Annotator Firefox

Examine source code of Annotator

Inspect and view changes in Annotator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Annotator",
  "version": "1.2.1",
  "browser_specific_settings": {
    "gecko": {
      "id": "{9086e877-a103-44dc-b269-7f9cbdf60f1d}",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "contextMenus",
    "storage",
    "activeTab",
    "scripting"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}

Best Annotator Alternatives

Here are some Firefox add-ons that are similar to Annotator: