Color Picker

Search for the perfect color via an stylish color picker in a popup window.

Color Pickerคืออะไร?

Color Picker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yubi และคุณลักษณะหลักของมันคือ "Search for the perfect color via an stylish color picker in a popup window."

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

screenshot
screenshot
screenshot

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

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

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

                        Color Picker is a handy extension that lets you easily search for your desired color via a stylish popup.

Simply click on the toolbar icon to view the interface. Once the interface is shown you will see a popup with 4 different sections. On the top, there is a toolbar with a few buttons. In the middle, there is a big icon (color-palette icon) that can be used to render the native color picker UI. Click on this icon to pick a new color. Please note that, depending on your browser and OS, the native color picker UI may vary significantly. Once you chose a color, the table on the right-side will be updated with color values in six different formats. For the first time when you open the color picker UI, please click on the - Basic colors - section once, otherwise the addon will not be able to select and save your color. At the bottom of the UI, you will see a table with all the selected colors in solid circles. If you click on a circle, the current color will change to the selected circle color. Moreover, if you want to delete all circles, pleased press the - Clear History - button at the top-left corner of the interface. Below the clear button, there are color-chooser and eye-dropper (see below) buttons. At the top-right corner, there are reload (to reload the interface), support, and donation buttons.

Note: the extension has a new feature called eye-dropper. With this new feature, you can inspect colors all over your screen, even in the areas outside of the browser. EyeDropper API is still experimental and available only in modern browsers.

Note: to report bugs, please fill the bug report form on the addon's homepage (https://mybrowseraddon.com/color-picker.html).                    

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

ชื่อ Color Picker Color Picker
ID plkgncpmcodceeghncefaiohiekknelh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/color-picker/plkgncpmcodceeghncefaiohiekknelh
คำอธิบาย Search for the perfect color via an stylish color picker in a popup window.
ขนาดไฟล์ 65.25 KB
จำนวนการติดตั้ง 9,000
เวอร์ชันปัจจุบัน 0.1.4
อัปเดตครั้งล่าสุด 2023-11-14
วันที่เผยแพร่ 2019-08-10
คะแนน 4.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Yubi
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mybrowseraddon.com/color-picker.html
URL หน้าช่วยเหลือ https://mybrowseraddon.com/color-picker.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.4",
    "manifest_version": 3,
    "name": "Color Picker",
    "offline_enabled": true,
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "homepage_url": "https:\/\/mybrowseraddon.com\/color-picker.html",
    "description": "Search for the perfect color via an stylish color picker in a popup window.",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Color Picker",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "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"
    }
}