InvertC Firefox

Examine source code of InvertC

Inspect and view changes in InvertC source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "InvertC",
  "description": "Use InvertC to invert colors on a web page.",
  "version": "1.1.1",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{1ec948ad-8c82-40f1-8612-7219a0cc4e71}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start",
      "js": [
        "content-scripts/content.js"
      ]
    }
  ],
  "browser_action": {}
}

Mejores alternativas InvertC

Aquí hay algunas Firefox add-ons que son similares a InvertC: