Highlight Selection Firefox

Examine source code of Highlight Selection

Inspect and view changes in Highlight Selection source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Highlight Selection",
  "version": "1.0",
  "description": "Highlight all occurrences of the selected text on the current page.",
  "icons": {
    "48": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Highlight selection"
  },
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "highlightselection@addon",
      "strict_min_version": "91.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": [],
        "description": "This extension does not collect, store, or transmit any user data."
      }
    }
  },
  "data_collection_permissions": {
    "collects_data": false,
    "description": "This extension does not collect, store, or transmit any user data."
  }
}

Melhores alternativas Highlight Selection

Aqui estão algumas Firefox add-ons que são similares a Highlight Selection: