Skip to content

Files

Latest commit

1b4fb64 · Apr 11, 2024

History

History

webext

anchr-webext

A Firefox plugin for Anchr realized as a WebExtension.

Usage

  • yarn
  • Develop: yarn dev
  • Build: yarn build

Note

The extension requires a permission for accessing Anchr's API. This permission is set as a hard-coded URL pattern in manifest.json and therefore can't be configured dynamically for your own server instance. As a consequence, you will have to build the extension yourself to use it with your own Anchr instance (the official instance at anchr.io is currently shut down). To do so, change the URL pattern in manifest.json's permissions section to "https://anchr.yourserver.tld/*".

Publishing

License

GPL-3.0