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
官方網址 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
電子郵箱 [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"
    }
}