ColorZilla
Advanced Eyedropper, Color Picker, Gradient Generator and other colorful goodies
ColorZillaคืออะไร?
ColorZilla เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://colorzilla.com และคุณลักษณะหลักของมันคือ "Advanced Eyedropper, Color Picker, Gradient Generator and other colorful goodies"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ColorZilla
ดาวน์โหลดไฟล์ส่วนขยาย ColorZilla ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ColorZilla is the most user friendly, full-featured, secure and reliable color picker and color related suite of tools. It is one of the most popular Chrome and Firefox developer extensions with over 10 million downloads worldwide. With ColorZilla you can get a color reading from any point in your browser, quickly adjust this color and paste it into another program. And it can do so much more... == Features == ✓ Eyedropper - get the color of any pixel on the page ✓ Advanced Color Picker (similar to Photoshop's) ✓ Ultimate CSS Gradient Generator ✓ Webpage Color Analyzer - get a color palette for any site ✓ Palette Viewer with 7 pre-installed palettes ✓ Color History of recently picked colors ✓ Various sampling sizes - 1x1, 3x3, 5x5, 11x11 and 25x25 pixels ✓ Sample average color of any selected area ✓ Displays element information like tag name, class, id, size etc. ✓ Auto copy picked colors to clipboard ✓ Keyboard shortcuts ✓ Manipulate colors by their Hue/Saturations/Value components ✓ Get colors of dynamic hover elements ✓ Single-click to start color picking (currently only on Windows) ✓ Pick colors at any zoom level ✓ All features here: https://colorzilla.com/chrome/features.html == Why does ColorZilla need permission to "access data on all websites"? == This permission is needed by ColorZilla for its basic functionality of picking colors from websites. ColorZilla **DOES NOT** collect any of your data or your browsing activity on any websites. We are pretty fanatical about privacy ourselves, and your privacy is extremely important to us. Please visit this page for more info - https://colorzilla.com/chrome/privacy.html == Feedback and bug reports == If you're having issues or found a bug, please don't post you bug report here, contact us directly so we can fix it: https://colorzilla.com/contact/ == Enjoying ColorZilla? Please rate! == If you like ColorZilla, please help spread the word by giving it a 5 star rating here ;) If you're not fully satisfied, please contact us https://colorzilla.com/contact/ and we'll make sure to help. == ColorZilla homepage == Additional info, help and more is here: https://colorzilla.com/chrome/ == Stay tuned == For new feature announcements or just to say hello, please follow ColorZilla on Twitter https://twitter.com/colorzilla
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ColorZilla |
ID | bhlhnicpbhignbdhedgjhgdocnmhomnp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/colorzilla/bhlhnicpbhignbdhedgjhgdocnmhomnp |
คำอธิบาย | Advanced Eyedropper, Color Picker, Gradient Generator and other colorful goodies |
ขนาดไฟล์ | 399 KB |
จำนวนการติดตั้ง | 4,186,183 |
เวอร์ชันปัจจุบัน | 4.0 |
อัปเดตครั้งล่าสุด | 2023-09-12 |
วันที่เผยแพร่ | 2016-12-24 |
คะแนน | 4.52/5 รวมทั้งหมด 3237 คะแนน |
ผู้พัฒนา | https://colorzilla.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.colorzilla.com/chrome/ |
URL หน้าช่วยเหลือ | https://www.colorzilla.com/contact/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.colorzilla.com/privacy |
ภาษาที่รองรับ | id,de,en,en-GB,fr,nl,vi,tr,es,es-419,it,pl,pt-BR,pt-PT,cs,el,ru,uk,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ColorZilla", "version": "4.0", "description": "__MSG_extension_description__", "default_locale": "en", "background": { "scripts": [ "lib\/chrome-promise.js", "js\/background-combo.js" ] }, "options_ui": { "page": "html\/options.html" }, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "browser_action": { "default_icon": "images\/main-icon-19.png", "default_title": "ColorZilla", "default_popup": "html\/popup.html" }, "permissions": [ "tabs", " |