b9f417140d828b2f36bba6938c050f39d48dc547
mocoapp-browser-extension
Documentation
- https://checklyhq.com/blog/2018/08/creating-a-chrome-extension-in-2018-the-good-the-bad-and-the-meh/
- https://developer.chrome.com/extensions
- https://developer.chrome.com/extensions/api_index
Development
- run
yarn - run
yarn start:chromeoryarn start:firefox(yarn startis an alias foryarn start:chrome) - load extension into browser:
- Chrome: visit
chrome://extensionsand load unpacked extension frombuild/chrome - Firefox: visit
about:debuggingand load temporary Add-on frombuild/firefox
- Chrome: visit
- reload browser extension after change
Release
- bump version in
package.json - run
yarn build - upload Chrome and Firefox extensions in
build/chromeandbuild/firefoxrespectively
Description
Languages
JavaScript
81.1%
CSS
9.3%
SCSS
9.3%
HTML
0.3%