Rasterize - Color Picker Firefox

Examine source code of Rasterize - Color Picker

제작자: Atlas Labs Add-on
Inspect and view changes in Rasterize - Color Picker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Rasterize",
  "version": "0.1.0",
  "description": "Live hex color preview that follows your cursor, like the built-in Firefox eyedropper. But for ALL browsers! Keep in mind, extensions like these are required specific permissions, as they need to read exact pixel colors. Bug reports and feature requests are appreciated! Contact me at, 'milanvperets@gmail.com'! Again, bug reports and features are appreciated, as they help me improve the extension for better user experience, ability, and accessibility. Support for other browsers is being worked on, please be patient. Thank you for your support and understanding. See you soon! - Cheers!",
  "permissions": [
    "activeTab",
    "scripting",
    "tabs",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "commands": {
    "activate-eyedropper": {
      "suggested_key": {
        "default": "Alt+Shift+E"
      },
      "description": "Activate the eyedropper"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "rasterize@milanvperets.gmail.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

최고의 Rasterize - Color Picker 대안

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