Live color picker

Simple Color Picker app lets you detect (grab) the color from the browser tab

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 http://live-color-picker.com, và tính năng chính của nó là "Simple Color Picker app lets you detect (grab) the color from the browser tab".

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

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 app lets you detect (grab) the color from the browser tab and copy it in any format.
It's also pretty simple to use – click on the extension icon and start working.
The main features are:
⭐Different formats: HEX, RGB, HSV
⭐Pick a color from the page
⭐Red-Green-Blue (RGB) wheel to adjust selected
Copy the colors just by clicking and start using them in your designs.                    

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

Tên Live color picker Live color picker
ID ocfboephblnapfbccjigejhblhkpgflj
URL Chính Thức https://chrome.google.com/webstore/detail/live-color-picker/ocfboephblnapfbccjigejhblhkpgflj
Mô tả Simple Color Picker app lets you detect (grab) the color from the browser tab
Kích Thước Tệp 405 KB
Số Lần Cài Đặt 4,882,364
Phiên Bản Hiện Tại 0.9.3
Cập Nhật Lần Cuối 2023-03-09
Ngày Phát Hành 2021-12-27
Đánh Giá 4.21/5 Tổng số 43 Đánh Giá
Nhà Phát Triển http://live-color-picker.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://live-color-picker.com
URL Trang Chính Sách Bảo Mật https://live-color-picker.com/privacy
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Live color picker",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png",
            "300": "icons\/icon300.png"
        },
        "default_title": "__MSG_badgeAvailable__",
        "default_popup": "html\/popup.html"
    },
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "300": "icons\/icon300.png"
    },
    "incognito": "split",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "permissions": [
        "storage",
        "commands",
        "scripting",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "commands": {
        "activate": {
            "suggested_key": {
                "default": "Alt+P"
            },
            "description": "__MSG_shortcutCommand__"
        }
    },
    "version": "0.9.3",
    "web_accessible_resources": [
        {
            "resources": [
                "\/web_accessible_resources\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}