- Setup the repo locally.
git clone https://github.com/jyash97/snippet-extension.git && cd snippet-extension
- Install project dependencies from root
yarn
- Build extension code in watch mode ( Updates bundles on file changes )
yarn start
-
Open
chrome://extensions
and toggle developer mode and clickLoad unpacked
and select theextension/
folder. -
To check console messages, goto extensions and click on
background page
which should open the devtolls for extension. Check the image below: -
Try reloading extension if the extension is not updated.