Highlight Selection Firefox

Examine source code of Highlight Selection

Par : Namto
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": 3,
  "name": "Highlight Selection",
  "version": "1.0",
  "description": "Highlights currently selected text with a yellow background.",
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_title": "Highlight",
    "default_popup": "popup.html"
  },
  "icons": {
    "48": "icons/icon.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "ext-highlight-selection@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": [],
        "description": "This extension does not collect or transmit user data."
      }
    }
  }
}

Meilleures alternatives Highlight Selection

Voici quelques Firefox add-ons qui sont similaires à Highlight Selection :