Color picker
Finds the color under your cursor in HEX and RGB form
Color pickerคืออะไร?
Color picker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Felix และคุณลักษณะหลักของมันคือ "Finds the color under your cursor in HEX and RGB form"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Color picker
ดาวน์โหลดไฟล์ส่วนขยาย Color picker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Google chrome extension that can get what ever color pixel you want on the page you're viewing. Once clicked, your color will give you it's Hexadecimal and RGB value. Along with that info, it will appear in your recent colors so that you can go back to it if you want later. If you did want to go back to a color in your most recent section, you can click on the box which will display all the information about that color again. **This extension is only compatible with Chrome, Opera, and Microsoft Edge. ** Some buttons that come with the extensions are 'clear' and 'delete'. Clear button deletes all your recent colors while delete deletes the specific color you have selected.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Color picker |
ID | bgbfgaaibhpepheabkdeniilmcljibob |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/color-picker/bgbfgaaibhpepheabkdeniilmcljibob |
คำอธิบาย | Finds the color under your cursor in HEX and RGB form |
ขนาดไฟล์ | 855 KB |
จำนวนการติดตั้ง | 1,317 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2022-03-28 |
วันที่เผยแพร่ | 2022-03-28 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Felix |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Color picker", "description": "Finds the color under your cursor in HEX and RGB form", "version": "1.0", "manifest_version": 3, "permissions": [ "storage" ], "action": { "default_popup": "popup.html" }, "icons": { "16": "\/images\/wheel16.png", "32": "\/images\/wheel32.png", "48": "\/images\/wheel48.png", "128": "\/images\/wheel128.png" } } |