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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TJ Ayoub และคุณลักษณะหลักของมันคือ "Eyedropper tool that copies the Hex color code of the selected pixel to the system clipboard."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Eyedrop to Clipboard

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}