Color Eyedropper

Pick colors from web pages, color picker and your personal color history.

什么是Color Eyedropper?

Color Eyedropper是由https://smalldatatools.com开发的Chrome扩展程序,该扩展的主要功能是“Pick colors from web pages, color picker and your personal color history.”。

扩展截图

screenshot
screenshot
screenshot

下载Color Eyedropper扩展crx文件

下载Color Eyedropper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        With our lightweight eyedropper extension, you can quickly select colors from webpages or from advanced color picker. 

The extension lets you get the exact HEX/RGB/HSV value and keep the history of picked colors. It is very nice for any graphics designers or web developers, or for anyone who just really likes colors. 

This extension doesn't collect or store any personal information.

CHANGELOG
==========
Version 0.1.5 - 0.1.6
- Add google analytics
- Update tab permission

Version 0.1.4 - 2023-08-04
- Update extension title & description

Version 0.1.3 - 2022-12-15
- Fix occasional picker failures

Version 0.1.0 - 0.1.2
- Grab colors from web pages
- Get HEX/RGB/HSB values
- History of picked color                    

扩展基本信息

名称 Color Eyedropper Color Eyedropper
ID hkjmjcmlaoidmlpbmdogcklanooafpne
官方URL https://chromewebstore.google.com/detail/color-eyedropper/hkjmjcmlaoidmlpbmdogcklanooafpne
简介 Pick colors from web pages, color picker and your personal color history.
文件大小 208 KB
安装次数 161
当前版本 0.1.6
更新时间 2024-01-19
上架时间 2022-06-22
评分 5.00/5 共1次评分
开发者 https://smalldatatools.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.smalldatatools.com
帮助页面URL https://www.smalldatatools.com/contact-us.php
隐私政策页面URL https://www.smalldatatools.com/privacy-policy.php
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Color Eyedropper",
    "description": "Pick colors from web pages, color picker and your personal color history.",
    "version": "0.1.6",
    "action": {
        "default_icon": "images\/logo.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "commands": {
        "activate": {
            "description": "Activate eyedropper from web page",
            "suggested_key": {
                "default": "Alt+P"
            }
        }
    }
}