Color Picker For Firefox Firefox

Examine source code of Color Picker For Firefox

Inspect and view changes in Color Picker For Firefox source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "description": "__MSG_extDescription__",
  "name": "__MSG_extName__",
  "browser_action": {
    "default_icon": {
      "16": "img/icon16.png",
      "19": "img/icon19.png",
      "32": "img/icon32.png",
      "38": "img/icon38.png",
      "48": "img/icon48.png"
    },
    "default_title": "__MSG_extName__",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "js": [
        "Cr.js",
        "options_prefs.js",
        "colorpick.user.js"
      ],
      "run_at": "document_start",
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "js": [
        "Cr.js",
        "color-input.user.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "run_at": "document_idle"
    }
  ],
  "background": {
    "scripts": [
      "options_prefs.js",
      "options_prefs_helpers.js",
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "img/icon16.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "64": "img/icon64.png",
    "128": "img/icon128.png"
  },
  "web_accessible_resources": [
    "img/icon16.png",
    "img/crosshair.png",
    "img/close.png"
  ],
  "permissions": [
    "tabs",
    "storage",
    "<all_urls>",
    "alarms"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "default_locale": "en",
  "version": "1.0.0.1",
  "browser_specific_settings": {
    "gecko": {
      "id": "{84e74ef9-4b30-4bca-aca6-61df277054fe}"
    }
  }
}

Best Color Picker For Firefox Alternatives

Here are some Firefox add-ons that are similar to Color Picker For Firefox: