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
电子邮箱 [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"
    }
}