Multi Color New Tab

A Multi Color Palette With Every New Tab.

什麼是Multi Color New Tab?

Multi Color New Tab是由Locksley Ltd開發的Chrome擴展程式,該擴展的主要功能是“A Multi Color Palette With Every New Tab.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Multi Color New Tab擴展crx文件

下載Multi Color New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Multi Color New Tab Multi Color New Tab
ID hidoniliooaomobchkobcfiiepienkkj
官方網址 https://chromewebstore.google.com/detail/multi-color-new-tab/hidoniliooaomobchkobcfiiepienkkj
簡介 A Multi Color Palette With Every New Tab.
檔案大小 133 KB
安裝次數 2,021
目前版本 1.4
更新時間 2023-11-24
上架時間 2020-10-29
評分 3.50/5 共 6 次評分
開發者 Locksley Ltd
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://color-newtab.com/privacy-policy
支援的語言 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"
    }
}