Pixel Inspector Overlay Firefox

Examine source code of Pixel Inspector Overlay

Inspect and view changes in Pixel Inspector Overlay source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Pixel Inspector Overlay",
  "version": "1.0",
  "description": "Hiển thị lớp phủ pixel từng điểm trên ảnh.",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{8edd999a-5a8b-40e7-939f-973294c69cd1}"
    }
  }
}

Best Pixel Inspector Overlay Alternatives

Here are some Firefox add-ons that are similar to Pixel Inspector Overlay: