Web browser extension to provided extras to USDB
with
without
- highlight specific USDB IDs in search results and detail pages
- dynamic number of USDB ID lists with individual color settings and label
- Sync lists via Firefox Sync to use the same configuration on all of your devices.
- Open Firefox
- Goto
about:debugging
- Click This Firefox in left sidenav
- Click Load Temporary Add-on on the top right
- Select
manifest.json
- Goto usdb.animux.de and try out
- Change source and click Reload button if you changed source to view results
-
It is a JSON-formatted file, with one exception: it is allowed to contain "//"-style comments.
-
You can use SVG and the browser will scale your icon appropriately. There are currently two caveats though:
- You need to specify a viewBox in the image. E.g.:
viewBox="0 0 48 48"
[for size"48"
] - Even though you can use one file, you still need to specify various size of the icon in your manifest.
- You need to specify a viewBox in the image. E.g.:
-
Note:
console.log()
output on Add-on Preferences pages are NOT visible in the usual debugging console. They ONLY appear in the developer toolbox console -
Extension Workshop - Developing extensions for Firefox for Android
Examples