colorexa

Quickly lookup for a color by typing or highlighting its hexadecimal code.

colorexa là gì?

colorexa là một tiện ích mở rộng Chrome được phát triển bởi Rafael Bardini, và tính năng chính của nó là "Quickly lookup for a color by typing or highlighting its hexadecimal code.".

Ả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 colorexa

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

                        A simple tool to lookup for colors specified as an RGB triplet in hexadecimal format. The background of the pop-up bubble refreshes automatically to represent the color typed in its text field or highlighted in the page. Supports full (six-digits) and abbreviated (three-digit) hexadecimal color codes.

Useful when you want to quickly check a color found in the source code of a page or stylesheet.

Visit the extension's website for a live preview.                    

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

Tên colorexa colorexa
ID ldpbmphkljpjidkjjcogjeblepgbnlop
URL Chính Thức https://chromewebstore.google.com/detail/colorexa/ldpbmphkljpjidkjjcogjeblepgbnlop
Mô tả Quickly lookup for a color by typing or highlighting its hexadecimal code.
Kích Thước Tệp 18.58 KB
Số Lần Cài Đặt 78
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2022-02-20
Ngày Phát Hành 2013-06-24
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Rafael Bardini
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://rbardini.github.io/colorexa/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "colorexa",
    "version": "2.0.0",
    "description": "Quickly lookup for a color by typing or highlighting its hexadecimal code.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/content-script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "colorexa",
        "default_popup": "popup.html"
    }
}