Color Picker - RGB/Hex colour code

Color Picker allows you to pick and find colour code (RGB/Hexadecimal). Advanced Eyedropper & Gradient Generator

Color Picker - RGB/Hex colour codeคืออะไร?

Color Picker - RGB/Hex colour code เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://chromebundle.blogspot.com และคุณลักษณะหลักของมันคือ "Color Picker allows you to pick and find colour code (RGB/Hexadecimal). Advanced Eyedropper & Gradient Generator"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Color Picker - RGB/Hex colour code

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

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

                        Advanced Eyedropper, Color Picker, Gradient Generator and other colorful goodies
Color Picker, one of the most popular Firefox developer extensions is finally available for Chrome!

With Color Picker 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
✓ Displays element information like tag name, class, id, size etc.
✓ Auto copy picked colors to clipboard
✓ Keyboard shortcuts 
✓ Get colors of dynamic hover elements 
✓ Single-click to start color picking (currently only on Windows) 
✓ Pick colors from Flash objects
✓ Pick colors at any zoom level
✓ All features here: http://colorzilla.com/chrome/features.html


== Why does Color Picker need permission to "access data on all websites"? == 

This permission is needed by Color Picker for its basic functionality of picking colors from websites. Color Picker **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 - http://colorzilla.com/chrome/privacy.html


== Feedback and bug reports ==

Color Picker is still in beta, 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: http://colorzilla.com/contact/ 


== Enjoying Color Picker? Please rate! == 

If you like Color Picker, please help spread the word by giving it a 5 star rating here ;)
If you're not fully satisfied, please contact us http://colorzilla.com/contact/ and we'll make sure to help.


== Color Picker homepage ==

Additional info, help and more is here: http://colorzilla.com/chrome/


== Stay tuned ==

For new feature announcements or just to say hello in comment box.                    

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

ชื่อ Color Picker - RGB/Hex colour code Color Picker - RGB/Hex colour code
ID fkldbnpbhlfnojchklcaelhmilhdahdb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/color-picker-rgbhex-colou/fkldbnpbhlfnojchklcaelhmilhdahdb
คำอธิบาย Color Picker allows you to pick and find colour code (RGB/Hexadecimal). Advanced Eyedropper & Gradient Generator
ขนาดไฟล์ 317 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2021-05-23
วันที่เผยแพร่ 2020-10-29
คะแนน 4.10/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา http://chromebundle.blogspot.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://chromebundle.blogspot.com/2020/09/privacy-policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Color Picker - RGB\/Hex colour code",
    "version": "2.0",
    "description": "Color Picker allows you to pick and find colour code (RGB\/Hexadecimal). Advanced Eyedropper & Gradient Generator",
    "default_locale": "en",
    "background": {
        "page": "html\/background.html"
    },
    "options_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": "Color Picker",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "web_accessible_resources": [
        "css\/content-style.css",
        "images\/checkmark-icon.png"
    ]
}