Eyedrop to Clipboard

Eyedropper tool that copies the Hex color code of the selected pixel to the system clipboard.

Eyedrop to Clipboardとは何ですか?

Eyedrop to ClipboardはTJ Ayoubによって開発されたChromeの拡張機能で、その主な機能は「Eyedropper tool that copies the Hex color code of the selected pixel to the system clipboard.」です。

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

screenshot

Eyedrop to Clipboard拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Eyedropper tool that copies the Hex color code of the selected pixel to the system clipboard.                    

拡張機能の基本情報

名前 Eyedrop to Clipboard Eyedrop to Clipboard
ID fanmdbjnheomknmiehbjfekgfeomlole
公式URL https://chromewebstore.google.com/detail/eyedrop-to-clipboard/fanmdbjnheomknmiehbjfekgfeomlole
説明 Eyedropper tool that copies the Hex color code of the selected pixel to the system clipboard.
ファイルサイズ 86.1 KB
インストール数 403
現在のバージョン 1.0.0
最終更新日 2022-08-25
公開日 2022-08-25
開発者 TJ Ayoub
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Eyedrop to Clipboard",
    "version": "1.0.0",
    "description": "Eyedropper tool that copies the Hex color code of the selected pixel to the system clipboard.",
    "manifest_version": 3,
    "author": "TJ Ayoub",
    "action": {
        "default_popup": "index.html",
        "default_title": "Eyedrop to Clipboard",
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png"
    }
}