Color Picker Plus

Grab colors from any website with the color picker extension.

Color Picker Plusคืออะไร?

Color Picker Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Color Picker และคุณลักษณะหลักของมันคือ "Grab colors from any website with the color picker extension."

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

screenshot

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

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

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

                        Introducing Color Picker: Easily Capture Color Codes from Web Pages

Our Chrome extension, Color Picker, empowers you to effortlessly extract color codes from any web page. With its intuitive functionality, you can obtain HEX value for any image/webpage you encounter while browsing the web.

To get started with Color Picker, follow these simple steps:

1) Install the extension.
2) Navigate to the desired website to identify the HEX value.
3) Activate the it by clicking on our extension located at the top-right corner.
4) Click on the image/webpage of interest to retrieve its corresponding color.
5) It will promptly display the precise color code for the selected pixel/image.

Unlock the potential of Color Picker and easily retrieve color codes for any pixel you come across. Give our extension a try today!                    

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

ชื่อ Color Picker Plus Color Picker Plus
ID blokmoeglioijeodedkgdmpmgpbkaigc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/color-picker-plus/blokmoeglioijeodedkgdmpmgpbkaigc
คำอธิบาย Grab colors from any website with the color picker extension.
ขนาดไฟล์ 122 KB
จำนวนการติดตั้ง 150
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2023-10-27
วันที่เผยแพร่ 2023-10-27
ผู้พัฒนา Color Picker
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/1-fBIKUE2m94w0F1sh6T1cLCfsiG_O-Keyt5FhDMoofc
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Color Picker Plus",
    "description": "Grab colors from any website with the color picker extension.",
    "version": "1.1.0",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "tabs",
        "scripting",
        "storage",
        "notifications",
        "gcm"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "\/icons\/icon16.png",
        "32": "\/icons\/icon32.png",
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}