Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.75 KB

README.md

File metadata and controls

50 lines (33 loc) · 1.75 KB

OctoPrint Open In Bundle Viewer

This is a simple browser extension that adds an entry to the context menu to open a file using https://bundleviewer.octoprint.org

Chrome Web Store Mozilla Add-on

screenshot

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.

Development

Running in watch mode

npm install
npm run watch

This will output to the distribution folder, point the browser there for an 'unpacked' extension.

Building a new release

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.

Changelog

1.2.0

  • Remove unused template code
  • Add ESLint configuration & run
  • Upgrade all dependencies (avoiding security issues)
  • Enable Dependabot regular updates

1.1.0

  • Tab opens alongside current, contributed by @foosel (#1)

1.0.0

  • Extension released

License

Please see LICENSE for license information.

Originally based on browser-extension-template.