Live Color Picker

An easy-to-use eyedropper tool that automatically copies the Hex Code of the desired color.

Live Color Picker là gì?

Live Color Picker là một tiện ích mở rộng Chrome được phát triển bởi https://livecolorpicker.blogspot.com, và tính năng chính của nó là "An easy-to-use eyedropper tool that automatically copies the Hex Code of the desired color.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Live Color Picker

Tải xuống các tệp mở rộng Live Color Picker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        "Live Color Picker" is a powerful and user-friendly Chrome extension designed to assist designers in their creative projects by simplifying the process of identifying and capturing colors from any user interface (UI) element. Whether you're a professional graphic designer, web developer, or someone passionate about aesthetics, this extension proves to be an invaluable tool for your color needs.

Key Features:

Eyedropper: The extension offers an eyedropper tool that allows you to effortlessly sample the color of any pixel on a webpage. By hovering your mouse over the desired UI element, you can instantly extract its color information.

Single-Click Color Picking: With Live Color Picker, color picking is a breeze. A simple single-click initiates the color sampling process, providing a quick and efficient way to grab colors as you browse the web.

Pick Colors at Zoom Level: The extension even enables color sampling at various zoom levels, ensuring accuracy even when examining intricate details of a design.

Auto Copy to Clipboard: Once you've chosen a color, the extension automatically stores it in the color panel and simultaneously copies the Hex color code to your clipboard. This feature streamlines your workflow, saving you time and effort.

Flash Object Color Picking: Live Color Picker goes beyond regular web elements; it can pick colors from Flash objects, making it versatile for different types of websites and designs.

User Privacy:

To protect your privacy, Live Color Picker assures users that it doesn't collect or store any personal information during its operation. You can use the extension with confidence, knowing that your browsing experience remains secure.

In conclusion, the "Live Color Picker" Chrome extension offers a range of indispensable features for designers and creatives seeking a hassle-free way to identify, capture, and store colors from any UI element. Whether you're seeking inspiration, defining a brand identity, or crafting a website, this extension enhances your workflow and unleashes your creative potential.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Live Color Picker Live Color Picker
ID ehiijfmdkgekgbphabonkkihiibnichi
URL Chính Thức https://chromewebstore.google.com/detail/live-color-picker/ehiijfmdkgekgbphabonkkihiibnichi
Mô tả An easy-to-use eyedropper tool that automatically copies the Hex Code of the desired color.
Kích Thước Tệp 34.76 KB
Số Lần Cài Đặt 4,247
Phiên Bản Hiện Tại 3.2
Cập Nhật Lần Cuối 2024-03-05
Ngày Phát Hành 2022-12-25
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://livecolorpicker.blogspot.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://sites.google.com/view/livecolorpicker/
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/livecolorpicker/privacy-policy
Ngôn Ngữ Được Hỗ Trợ id,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,te,kn-IN,ml,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png",
        "16": "icons\/16.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "95",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "background": {
        "service_worker": "background.js"
    },
    "default_locale": "en",
    "version": "3.2"
}