Color Extraction by Qvalento

This extension extract colors from elements on the page in hex and rgb.

Color Extraction by Qvalento là gì?

Color Extraction by Qvalento là một tiện ích mở rộng Chrome được phát triển bởi https://qvalento.se, và tính năng chính của nó là "This extension extract colors from elements on the page in hex and rgb.".

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

screenshot
screenshot

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

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

                        This is a quick way of extracting colors that are being used on a web page and then copy them to the clipboard. The extension will crawl main elements on the web page and extract both color and background color from the CSS.                    

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

Tên Color Extraction by Qvalento Color Extraction by Qvalento
ID hadabhlhfpnmlllfjgfdnbccnhgnmefl
URL Chính Thức https://chromewebstore.google.com/detail/color-extraction-by-qvale/hadabhlhfpnmlllfjgfdnbccnhgnmefl
Mô tả This extension extract colors from elements on the page in hex and rgb.
Kích Thước Tệp 387 KB
Số Lần Cài Đặt 229
Phiên Bản Hiện Tại 3.0
Cập Nhật Lần Cuối 2020-05-22
Ngày Phát Hành 2020-05-22
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://qvalento.se
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Linus Larsson",
    "name": "Color Extraction by Qvalento",
    "description": "This extension extract colors from elements on the page in hex and rgb.",
    "version": "3.0",
    "permissions": [
        "activeTab",
        "clipboardWrite"
    ],
    "icons": {
        "16": "color_extraction_logo_16.png",
        "48": "color_extraction_logo_48.png",
        "128": "color_extraction_logo_128.png"
    },
    "browser_action": {
        "default_icon": "color_extraction_logo_48.png",
        "default_popup": "popup.html"
    }
}