Color Code App

Displays the color codes for the current tab

Color Code App là gì?

Color Code App là một tiện ích mở rộng Chrome được phát triển bởi Ninja Apps, và tính năng chính của nó là "Displays the color codes for the current tab".

Ả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 Code App

Tải xuống các tệp mở rộng Color Code App 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 web app that displays the color codes of the current website you're on. RGB Values, HSL Values and Hexadecimal Values.                    

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

Tên Color Code App Color Code App
ID dfcjkncfhgnlnkdjoeohfkajopmoonnl
URL Chính Thức https://chrome.google.com/webstore/detail/color-code-app/dfcjkncfhgnlnkdjoeohfkajopmoonnl
Mô tả Displays the color codes for the current tab
Kích Thước Tệp 10.08 KB
Số Lần Cài Đặt 131
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-01-12
Ngày Phát Hành 2015-01-12
Đánh Giá 2.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Ninja Apps
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,
    "name": "Color Code App",
    "version": "1.0",
    "description": "Displays the color codes for the current tab",
    "browser_action": {
        "default_icon": "icon19-small.png",
        "default_title": "Color Code App"
    },
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "permissions": [
        "",
        "contextMenus"
    ],
    "icons": {
        "16": "icon19-small.png",
        "48": "icon19-large.png"
    }
}