Color Picker - Native Eyedropper

Determine the pixel's color on the screen with a magnifying glass eyedropper. It supports color selection history and clipboard copy

Color Picker - Native Eyedropperคืออะไร?

Color Picker - Native Eyedropper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chandler.stimson และคุณลักษณะหลักของมันคือ "Determine the pixel's color on the screen with a magnifying glass eyedropper. It supports color selection history and clipboard copy"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Color Picker - Native Eyedropper

ดาวน์โหลดไฟล์ส่วนขยาย Color Picker - Native Eyedropper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        You can determine a pixel's color on your screen (not just the browser window) using a native eyedropper tool equipped with a magnifying glass. You can modify the color value or the transparency inside the color picker's popup. This extension stores the last six selected colors and represents the color in HEX,  RGBA, HSVA, HSLA, and CMYK formats. You can press a button to copy the vcurrent color value into the clipboard.

Features:
Uses the native eyedropper tool that works outside the browser
Automatically copies the selected color to the clipboard
Has an advanced color editing interface
Get a readable color based on the selected background color

Usage:
Image Files: If you want to grab a color from an image, open the image either on a browser tab or use a native image viewer (e.g., Adobe Photoshop), then press the "Eyedropper" icon on the popup to activate the global color picker.

Video Files: If you want to grab the color of an object inside a video stream, try to play the video and seek forward to the frame, then pause and use the eyedropper tool to capture the pixel's color. If your browser supports the format, you can drop it into a browser tab.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Color Picker - Native Eyedropper Color Picker - Native Eyedropper
ID hehcmpomfkidgnjplbopmpbmkhhhhiec
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/color-picker-native-eyedr/hehcmpomfkidgnjplbopmpbmkhhhhiec
คำอธิบาย Determine the pixel's color on the screen with a magnifying glass eyedropper. It supports color selection history and clipboard copy
ขนาดไฟล์ 115 KB
จำนวนการติดตั้ง 9,191
เวอร์ชันปัจจุบัน 0.1.6
อัปเดตครั้งล่าสุด 2024-01-28
วันที่เผยแพร่ 2021-10-23
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา chandler.stimson
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://webextension.org/listing/color-picker.html
URL หน้าช่วยเหลือ https://webextension.org/listing/color-picker.html
ภาษาที่รองรับ id,de,en,fr,nl,tr,da,et,es,it,lv,lt,hu,pl,pt-BR,ro,sk,sl,fi,sv,cs,el,bg,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.1.6",
    "name": "Color Picker - Native Eyedropper",
    "description": "__MSG_description__",
    "default_locale": "en",
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "\/data\/icons\/16.png",
        "32": "\/data\/icons\/32.png",
        "48": "\/data\/icons\/48.png",
        "64": "\/data\/icons\/64.png",
        "128": "\/data\/icons\/128.png",
        "256": "\/data\/icons\/256.png",
        "512": "\/data\/icons\/512.png"
    },
    "homepage_url": "https:\/\/webextension.org\/listing\/color-picker.html",
    "action": {
        "default_popup": "\/data\/picker\/index.html"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "commands": {
        "_execute_action": []
    }
}