Multi Color New Tab

A Multi Color Palette With Every New Tab.

Multi Color New Tab là gì?

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

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Multi Color New Tab

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

                        Multi Color New Tab fills your new tabs with amazing color palette backgrounds, randomly selecting a palette each time you open a new tab.  Spice up your new tabs with this simple extension.

By clicking "add to Chrome", I accept and agree to installing the Multi Color New Tab extension and setting Chrome New Tab search provider to Microsoft Bing as described by the service in the Terms of Use and Privacy Policy.

ToS: https://color-newtab.com/terms-and-conditions
PP: https://color-newtab.com/privacy-policy

The extension replaces your New Tab search engine and provides a new search experience with search results by Microsoft Bing.                    

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

Tên Multi Color New Tab Multi Color New Tab
ID hidoniliooaomobchkobcfiiepienkkj
URL Chính Thức https://chromewebstore.google.com/detail/multi-color-new-tab/hidoniliooaomobchkobcfiiepienkkj
Mô tả A Multi Color Palette With Every New Tab.
Kích Thước Tệp 133 KB
Số Lần Cài Đặt 2,021
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2023-11-24
Ngày Phát Hành 2020-10-29
Đánh Giá 3.50/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Locksley Ltd
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://color-newtab.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Multi Color New Tab",
    "version": "1.4",
    "manifest_version": 3,
    "description": "A Multi Color Palette With Every New Tab.",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": "icon128.png",
        "icons": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "host_permissions": [
        "https:\/\/color-newtabs.com\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}