Invert Element Context Menu Item Firefox

Examine source code of Invert Element Context Menu Item

Inspect and view changes in Invert Element Context Menu Item source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Invert Element",
  "applications": {
    "gecko": {
      "id": "invert-element@aminomancer"
    }
  },
  "description": "Add a context menu item to quickly invert the colors of any element in a webpage",
  "permissions": [
    "<all_urls>",
    "activeTab",
    "menus"
  ],
  "version": "1.2.0",
  "icons": {
    "16": "icon.svg"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "match_about_blank": true,
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}

Best Invert Element Context Menu Item Alternatives

Here are some Firefox add-ons that are similar to Invert Element Context Menu Item: