Eyedropper - Color Picker tool

Color Picker: Effortless eyedropper tool for quick HEX, HSL, RGB, CSS color capture.

Eyedropper - Color Picker tool là gì?

Eyedropper - Color Picker tool là một tiện ích mở rộng Chrome được phát triển bởi https://colorspicker.net, và tính năng chính của nó là "Color Picker: Effortless eyedropper tool for quick HEX, HSL, RGB, CSS color capture.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Eyedropper - Color Picker tool 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

                        Eyedropper - Color Picker Tool: Unleash Your Color Creativity!

Unlock the full spectrum of colors with the "Eyedropper - Color Picker Tool," an advanced Chrome extension designed for designers, developers, and color enthusiasts. This versatile tool enables you to capture and use any color from web pages and your desktop, enhancing your design and development workflow.


Key Features & Benefits:
Advanced Color Picking: Similar to Photoshop's color selector, offering professional-grade tools.

Auto Clipboard Copy: Colors are automatically copied to your clipboard, streamlining your design process.

Versatile Formats: Supports HEX, RGB, HSV formats, catering to various project needs.

Dynamic Color Detection: Detect the most used color on a page or get the average color of a selected area.

Color Analyzer & Palette Viewer: Analyze webpage colors and view pre-installed palettes for inspiration.

Color History: Keep track of your recently picked colors for easy reference.

Element Information Display: Shows details like tag name, class, id, and size for a comprehensive design experience.

Keyboard Shortcuts: Enhance efficiency with handy shortcuts.
Flash Object Compatibility: Pick colors even from Flash objects, offering extended functionality.


How To Use Eyedropper - Color Picker Tool:
1. Install the Extension: Add the "Eyedropper - Color Picker Tool" from the Chrome store to your browser.

2. Prepare for Color Picking: Once installed, open any webpage or use it on your desktop. Ensure the page is fully loaded for optimal functionality.

3. Activate the Picker: Click the extension icon and enable the color picker. For desktop usage, ensure the application is running in the background.

4. Select Your Color: Click on the desired area on your webpage or desktop. The tool will display color information in multiple formats (HEX, RGB, HSV) and automatically copy it to your clipboard.

5. Repeat as Needed: Continue to pick colors as needed, with the option to view your color history for recently selected shades.

This guide simplifies the process for users, making it easy to understand and utilize all the powerful features of the "Eyedropper - Color Picker Tool"                    

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

Tên Eyedropper - Color Picker tool Eyedropper - Color Picker tool
ID gogbiohkminacikoppmljeolgccpmlop
URL Chính Thức https://chromewebstore.google.com/detail/eyedropper-color-picker-t/gogbiohkminacikoppmljeolgccpmlop
Mô tả Color Picker: Effortless eyedropper tool for quick HEX, HSL, RGB, CSS color capture.
Kích Thước Tệp 4.97 MB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2024-01-23
Ngày Phát Hành 2021-11-25
Đánh Giá 4.73/5 Tổng số 44 Đánh Giá
Nhà Phát Triển https://colorspicker.net
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://colorspicker.net/privacy_policy.html
Ngôn Ngữ Được Hỗ Trợ id,ms,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,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.2.1",
    "action": {
        "default_popup": "src\/layouts\/popup.html",
        "default_icon": "icons\/icon-128_x_128.png"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "src\/js\/contentScript.js"
            ]
        }
    ],
    "background": {
        "service_worker": "src\/js\/serviceWorker.js",
        "type": "module"
    },
    "icons": {
        "16": "icons\/icon-16_x_16.png",
        "32": "icons\/icon-32_x_32.png",
        "64": "icons\/icon-64_x_64.png",
        "128": "icons\/icon-128_x_128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}