Skip to content

Latest commit

 

History

History

webext

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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