Image Highlighter Firefox

Examine source code of Image Highlighter

By: BJ88
Inspect and view changes in Image Highlighter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Image Highlighter",
  "version": "1.0.0",
  "description": "Quickly count and toggle a visible highlight around every image on the page. No remote code and only minimal permissions.",
  "icons": {
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_title": "Image Highlighter",
    "default_popup": "popup.html",
    "default_icon": "icons/icon48.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "image-highlighter@example.com"
    }
  }
}

Best Image Highlighter Alternatives

Here are some Firefox add-ons that are similar to Image Highlighter: