dashcam-chrome
v0.2.3
Published
Dashcam Chrome Extension
Downloads
77
Readme
Replayable
Quick Start
- Clone the repo
git clone https://github.com/replayableion/chrome-extension.git
- Go into the repo and install dependencies
cd chrome-extension && npm install
- Prepare the unpacked extension to load into a Chrome or Chromium-based browser
npm run build
npm run watch
Then follow these instructions to see your extension:
- Open chrome://extensions
- Check the Developer mode checkbox
- Click on the Load unpacked extension button
- Select the folder chrome-extension/build
Publishing
When you're ready to publish to Chrome Web Store, create a minified bundle with npm run build
and then zip the build
folder.
Then, upload the package here: https://chrome.google.com/webstore/devconsole/8d9332e0-14c8-481f-9144-5b7ee09cec1b/dkcoeknmlfnfimigfagbcjgpokhdcbbp/edit/package
User Guide
A user guide can be found in our documentation
Install from Chrome Web Store
This is our current production build. Follow the instructions on the top of the page to contribute and test things.
Contribution
Suggestions and pull requests are welcomed!
Details about how this extension works are in CONTRIBUTE.md
Make sure to format the code with npm run format
before so.
This project was bootstrapped with Chrome Extension CLI