Enable Select Firefox

Examine source code of Enable Select

Inspect and view changes in Enable Select source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Enable Select",
  "version": "1.0",
  "author": "Sarthak Jain",
  "description": "This plugin helps enable text selection on websites.",
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "48": "icons/EnableSelect48.png",
      "96": "icons/EnableSelect96.png"
    },
    "default_title": "Enable Select",
    "default_popup": "interface/popup.html"
  },
  "icons": {
    "48": "icons/EnableSelect48.png",
    "96": "icons/EnableSelect96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "EnableSelect.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "unlimitedStorage",
    "background"
  ]
}

Melhores alternativas Enable Select

Aqui estão algumas Firefox add-ons que são similares a Enable Select: