README
Install
The latest version of explore.dev extension is auto publish to the Google Chrome Webstore on every push into master.
Getting started
- Run
yarnto install all dependencies we need to run and build the extension. - Run
yarn start:extwhich will run webpack in watch mode. We're using webpack-extension-reloader to automatically reload the extension whenever a change is made. - Almost there, go to
chrome://extensions/and enableDeveloper modein the top right corner. - A few new buttons will appear, click
Load unpackedand navigate to checkout of this repo. Select thedist-extfolder and confirm the dialog. - That's it!
Development
Everything begins with the src/ext/contentScript.js, so this is the best place to dig into the code. A few comments here and there should be useful as well.