Annotation Toolbar Firefox

Examine source code of Annotation Toolbar

Inspect and view changes in Annotation Toolbar source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "1.0",
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "icons/icon-128.png"
    }
  },
  "permissions": [
    "activeTab",
    "scripting",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "128": "icons/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{7c56e5af-22d1-83fc-b0ef-99f2502eab77}",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "collects_data": false
      }
    }
  }
}

Best Annotation Toolbar Alternatives

Here are some Firefox add-ons that are similar to Annotation Toolbar: