Quick Marker (MV2) Firefox

Examine source code of Quick Marker (MV2)

By: LLWIN Add-on
Inspect and view changes in Quick Marker (MV2) source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Quick Marker (MV2)",
  "version": "1.0.0",
  "description": "Highlight selected text on any page with a click. Minimal permissions, MV2, AMO‑compliant.",
  "browser_specific_settings": {
    "gecko": {
      "id": "quick-marker@example.com",
      "strict_min_version": "106.0"
    }
  },
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_action": {
    "default_title": "Quick Marker",
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true,
    "open_in_tab": false
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'"
}

Best Quick Marker (MV2) Alternatives

Here are some Firefox add-ons that are similar to Quick Marker (MV2):