explore-dev
v1.0.0
Published
The [latest version of explore.dev extension](https://chrome.google.com/webstore/detail/exploredev-master/eahaonhbfoppcffmloelbhnkbbiepkgg) is auto publish to the Google Chrome Webstore on every push into master.
Downloads
2
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
yarn
to install all dependencies we need to run and build the extension. - Run
yarn start:ext
which 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 mode
in the top right corner. - A few new buttons will appear, click
Load unpacked
and navigate to checkout of this repo. Select thedist-ext
folder 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.