Liner Highlighter Firefox

Examine source code of Liner Highlighter

Inspect and view changes in Liner Highlighter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Liner Highlighter",
  "version": "1.0",
  "description": "Minimal Liner-style highlighter: highlight selected text and save locally",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Liner Highlighter",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "sanjidaz.a.ma.n.084@gmail.com",
      "strict_min_version": "91.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Liner Highlighter Alternatives

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