Screen Color Picker

An extension to pick the RGB,HEX,and HSL code from ANYWHERE on your screen

Screen Color Picker là gì?

Screen Color Picker là một tiện ích mở rộng Chrome được phát triển bởi meddeg59, và tính năng chính của nó là "An extension to pick the RGB,HEX,and HSL code from ANYWHERE on your screen".

Ả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 Screen Color Picker

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

                        An easy and fast extension to pick the color code of a pixel from ANYWHERE on your screen. Click the extension logo, click on the pixel you want to take the color code from , and here we go ,the color code is directly copied to your clipboard !                    

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

Tên Screen Color Picker Screen Color Picker
ID ppjaeooknocbiflabboobeaeoedlpecl
URL Chính Thức https://chromewebstore.google.com/detail/screen-color-picker/ppjaeooknocbiflabboobeaeoedlpecl
Mô tả An extension to pick the RGB,HEX,and HSL code from ANYWHERE on your screen
Kích Thước Tệp 69.86 KB
Số Lần Cài Đặt 897
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-09-29
Ngày Phát Hành 2022-09-28
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển meddeg59
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Screen Color Picker",
    "version": "1.0.0",
    "action": {
        "default_title": "Pick a color from your screen"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.content.jsx.10f1a301.62bb8f98.js"
            ],
            "matches": [
                ""
            ],
            "css": [
                "assets\/content.jsx.20002178.css"
            ]
        }
    ],
    "icons": {
        "16": "16pipe.png",
        "48": "48pipe.png",
        "128": "128pipe.png"
    },
    "description": "An extension to pick the RGB,HEX,and HSL code from ANYWHERE on your screen",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/content.jsx.10f1a301.js"
            ],
            "use_dynamic_url": true
        }
    ]
}