Color Tailor Firefox

Examine source code of Color Tailor

Inspect and view changes in Color Tailor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Color Tailor",
  "version": "0.3.0",
  "author": "Danny Guo",
  "homepage_url": "https://github.com/dguo/color-tailor",
  "applications": {
    "gecko": {
      "id": "@color-tailor",
      "strict_min_version": "63.0a1"
    }
  },
  "icons": {
    "16": "img/logo-16.png",
    "32": "img/logo-32.png",
    "48": "img/logo-48.png",
    "96": "img/logo-96.png",
    "128": "img/logo-128.png"
  },
  "permissions": [
    "<all_urls>",
    "tabs",
    "theme"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "js/content.js"
      ]
    }
  ]
}

Best Color Tailor Alternatives

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