ImageHighlighter Firefox

Examine source code of ImageHighlighter

Inspect and view changes in ImageHighlighter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ImageHighlighter",
  "version": "1.0",
  "description": "Draw or highlight directly on images within the browser, like annotating a PDF.",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{269e6be5-988e-4a33-9efa-11fbdb6910ab}"
    }
  }
}

Best ImageHighlighter Alternatives

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