Image Inspector Firefox

Examine source code of Image Inspector

Inspect and view changes in Image Inspector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Image Inspector",
  "version": "1.0",
  "permissions": [
    "clipboardWrite",
    "activeTab",
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{1d84d6e6-5296-4cf3-aad5-d85c2962c62c}"
    }
  }
}

ベストのImage Inspector代替案

Image Inspectorに類似したFirefox add-onをいくつか紹介します: