Pufok's Orange Text Selection Firefox

Examine source code of Pufok's Orange Text Selection

By: pufok
Inspect and view changes in Pufok's Orange Text Selection source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Pufok's Orange Text Selection",
  "description": "Change text highlight and background colors on any page.",
  "version": "1.0",
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "content.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{d3b70cfe-f29a-4ae0-928f-76e6989f2742}"
    }
  }
}

Best Pufok's Orange Text Selection Alternatives

Here are some Firefox add-ons that are similar to Pufok's Orange Text Selection: