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
Eメール [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"
            }
        }
    }
}