Color Palette Finder

Find the most commonly used colors on any site! Creates a palette of HEX and RGBA values.

Color Palette Finder là gì?

Color Palette Finder là một tiện ích mở rộng Chrome được phát triển bởi jamesaburnell, và tính năng chính của nó là "Find the most commonly used colors on any site! Creates a palette of HEX and RGBA values.".

Ả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 Color Palette Finder

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

                        Find the top 6 most commonly used colors on any site! Creates a palette of HEX and RGB values. Clicking on one of the colors will copy the HEX value to your clipboard.                    

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

Tên Color Palette Finder Color Palette Finder
ID acijagaddpagpgcjdcoigjkmeiengplp
URL Chính Thức https://chromewebstore.google.com/detail/color-palette-finder/acijagaddpagpgcjdcoigjkmeiengplp
Mô tả Find the most commonly used colors on any site! Creates a palette of HEX and RGBA values.
Kích Thước Tệp 28.27 KB
Số Lần Cài Đặt 898
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2016-01-08
Ngày Phát Hành 2016-01-08
Đánh Giá 2.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển jamesaburnell
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": 2,
    "name": "Color Palette Finder",
    "description": "Find the most commonly used colors on any site! Creates a palette of HEX and RGBA values.",
    "version": "0.0.2",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "cpflogo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "palette-finder.js"
            ]
        }
    ]
}