QuickHighlighter Firefox

Examine source code of QuickHighlighter

By: EV88
Inspect and view changes in QuickHighlighter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "QuickHighlighter",
  "version": "1.0.0",
  "description": "Highlight selected text on any page and save highlights per-site.",
  "icons": {
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_title": "QuickHighlighter",
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "browser_specific_settings": {
    "gecko": {
      "id": "quickhighlighter@example.com",
      "strict_min_version": "78.0"
    }
  }
}

Best QuickHighlighter Alternatives

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