Eye Dropper

A browser extension to copy colors from your screen

Eye Dropperとは何ですか?

Eye DropperはUnknownによって開発されたChromeの拡張機能で、その主な機能は「A browser extension to copy colors from your screen」です。

拡張機能のスクリーンショット

screenshot
screenshot

Eye Dropper拡張機能のCRXファイルをダウンロード

Eye Dropper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension adds an eye dropper icon to the toolbar, which allows you to pick colors from anywhere on your screen!

The colors you pick get copied to your clipboard.
They also appear in a popup window, allowing you to go back and copy previously selected colors.                    

拡張機能の基本情報

名前 Eye Dropper Eye Dropper
ID fjnpfdnpkpdccebgadceaieifiiblabh
公式URL https://chromewebstore.google.com/detail/eye-dropper/fjnpfdnpkpdccebgadceaieifiiblabh
説明 A browser extension to copy colors from your screen
ファイルサイズ 9.7 KB
インストール数 4,551
現在のバージョン 0.2.0
最終更新日 2021-12-02
公開日 2021-11-23
評価 5.00/5 合計 2 レビュー
開発者 Unknown
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/captainbrosset/eye-dropper-ext
ヘルプページのURL https://github.com/captainbrosset/eye-dropper-ext/issues
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Eye Dropper",
    "description": "A browser extension to copy colors from your screen",
    "homepage_url": "https:\/\/github.com\/captainbrosset\/eye-dropper-ext\/",
    "author": "Patrick Brosset",
    "version": "0.2.0",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "Pick a color!",
        "default_popup": "popup\/popup.html"
    }
}