Color Tab

A Beautiful Color Palette With Every New Tab!

Color Tab là gì?

Color Tab là một tiện ích mở rộng Chrome được phát triển bởi https://colorhunt.co, và tính năng chính của nó là "A Beautiful Color Palette With Every New Tab!".

Ả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 Color Tab

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

                        Color Tab fills up your "new tab" screen with a beautiful color palette from the best of Color Hunt's collection. Each time you open up a new tab, the page will be replaced with a random color combination.                    

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

Tên Color Tab Color Tab
ID hchlgfaicmddilenlflajnmomalehbom
URL Chính Thức https://chromewebstore.google.com/detail/color-tab/hchlgfaicmddilenlflajnmomalehbom
Mô tả A Beautiful Color Palette With Every New Tab!
Kích Thước Tệp 16.77 KB
Số Lần Cài Đặt 224,286
Phiên Bản Hiện Tại 2
Cập Nhật Lần Cuối 2020-05-07
Ngày Phát Hành 2020-05-06
Đánh Giá 4.18/5 Tổng số 1437 Đánh Giá
Nhà Phát Triển https://colorhunt.co
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://colorhunt.co
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Color Tab",
    "description": "A Beautiful Color Palette With Every New Tab!",
    "version": "2",
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "popup.html"
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}