This is a simple browser extension that adds an entry to the context menu to open a file using https://bundleviewer.octoprint.org
You can add it to Chrome from the Chrome Web Store. This also allows you to install it in the new Microsoft Edge.
You can add it to Firefox from the Firefox add-on store.
npm install
npm run watch
This will output to the distribution
folder, point the browser there for an 'unpacked' extension.
npm install
npm run build
Zip the distribution folder and upload to the stores. Firefox also needs the source zip, which can be found on Github.
- Remove unused template code
- Add ESLint configuration & run
- Upgrade all dependencies (avoiding security issues)
- Enable Dependabot regular updates
- Extension released
Please see LICENSE for license information.
Originally based on browser-extension-template.