ColorSpy Firefox

Examine source code of ColorSpy

제작자: CyberMagicLab
Inspect and view changes in ColorSpy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ColorSpy",
  "description": "Hover for pixel hex code, copied to clipboard in 1.5s - the ultimate eyedropper for devs & designers. Part of the DesignSpy Toolkit",
  "version": "1.0",
  "author": "CyberLab",
  "browser_specific_settings": {
    "gecko": {
      "id": "colorspy@designspy.toolkit",
      "strict_min_version": "109.0"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "activeTab",
    "scripting",
    "storage",
    "tabs",
    "clipboardWrite"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_title": "ColorSpy"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

최고의 ColorSpy 대안

다음은 ColorSpy과(와) 유사한 Firefox add-on입니다: