- Go to
chrome://extensionsin Chrome Browser - Toggle the "Developer mode" switch
- Click on "Load Unpacked" then navigate to
.../priv_bird/extensionand selectsrc/
You should now see it up in the top right corner.
Note:
- Install this chrome extension!! https://chrome.google.com/webstore/detail/extensions-reloader/fimgfedafeadlieiabdeeaodndnlbhid
- Also run
npm installon this directory
- Running
npm startorgulpwill havegulpconstatly watch the contents ofsrc/*and on save will cause a reload ofhttp://reload.extensions. However this will cause my screen to activate on chrome which is a little annoying when dealing w/ constant saving in dev - Running
npm reloadorgulp reloadwill 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.jsonthe above methods won't work. Manually go tochrome://extensionsto get there then click the reload icon for the Privacy Bird Extension.