1.0.0 • Published 4 years ago

explore-dev v1.0.0

Weekly downloads
3
License
-
Repository
-
Last release
4 years ago

Install

The latest version of explore.dev extension is auto publish to the Google Chrome Webstore on every push into master.

Getting started

  1. Run yarn to install all dependencies we need to run and build the extension.
  2. 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.
  3. Almost there, go to chrome://extensions/ and enable Developer mode in the top right corner.
  4. A few new buttons will appear, click Load unpacked and navigate to checkout of this repo. Select the dist-ext folder and confirm the dialog.
  5. 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.

1.0.0

4 years ago