Eyedrop to Clipboard

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

Eyedrop to Clipboard là gì?

Eyedrop to Clipboard là một tiện ích mở rộng Chrome được phát triển bởi TJ Ayoub, và tính năng chính của nó là "Eyedropper tool that copies the Hex color code of the selected pixel to the system clipboard.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Eyedrop to Clipboard

Tải xuống các tệp mở rộng Eyedrop to Clipboard dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Eyedrop to Clipboard Eyedrop to Clipboard
ID fanmdbjnheomknmiehbjfekgfeomlole
URL Chính Thức https://chromewebstore.google.com/detail/eyedrop-to-clipboard/fanmdbjnheomknmiehbjfekgfeomlole
Mô tả Eyedropper tool that copies the Hex color code of the selected pixel to the system clipboard.
Kích Thước Tệp 86.1 KB
Số Lần Cài Đặt 403
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-08-25
Ngày Phát Hành 2022-08-25
Nhà Phát Triển TJ Ayoub
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}