Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

Latest commit

 

History

History

extension

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Extension for Chrome

Table of Contents

  1. Setup
  2. Reloading

Setup

  1. Go to chrome://extensions in Chrome Browser
  2. Toggle the "Developer mode" switch
  3. Click on "Load Unpacked" then navigate to .../priv_bird/extension and select src/

You should now see it up in the top right corner.


Reloading

Note:

  1. Running npm start or gulp will have gulp constatly watch the contents of src/* and on save will cause a reload of http://reload.extensions. However this will cause my screen to activate on chrome which is a little annoying when dealing w/ constant saving in dev
  2. Running npm reload or gulp reload will just run the reload extension. Not automatic but a bit nicer when dealing with only run things when you want.

Some additional notes:

  • If you modify manifest.json the above methods won't work. Manually go to chrome://extensions to get there then click the reload icon for the Privacy Bird Extension.