A Firefox plugin for Anchr realized as a WebExtension.
yarn
- Develop:
yarn dev
- Build:
yarn build
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/*"
.
GPL-3.0