Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 2.14 KB

CONTRIBUTING.md

File metadata and controls

59 lines (43 loc) · 2.14 KB

Developer Setup

Downloading Extension

  • Unzip it by right clicking on blurrit-main (in your downloads)
  • And then clicking on Extract All.
Unzipping the download

  • Extensions can be loaded in unpacked mode by following the following steps.
  • Visit chrome://extensions or edge://extensions (via menu -> Tools -> Extensions).
  • Enable Developer mode by ticking the checkbox.
Enabling Developer Mode

  • Click on the Load unpacked extension button.
  • Select the locally cloned repository or the unzipped folder (blurrit-main in this case) which has manifest.json in the root to unpack the extension.
Selecting the folder

Selecting after unzipping the folder.

Or selecting after cloning the repository.




Back