Multi Color New Tab

A Multi Color Palette With Every New Tab.

What is Multi Color New Tab?

Multi Color New Tab is a Chrome extension developed by Locksley Ltd, and its main feature is "A Multi Color Palette With Every New Tab.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Multi Color New Tab Extension CRX File

Download Multi Color New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Multi Color New Tab Multi Color New Tab
ID hidoniliooaomobchkobcfiiepienkkj
Official URL https://chromewebstore.google.com/detail/multi-color-new-tab/hidoniliooaomobchkobcfiiepienkkj
Description A Multi Color Palette With Every New Tab.
File Size 133 KB
Installation Count 2,021
Current Version 1.4
Last Updated 2023-11-24
Publish Date 2020-10-29
Rating 3.50/5 Total 6 Ratings
Developer Locksley Ltd
Email [email protected]
Payment Type free
Privacy Policy Page URL https://color-newtab.com/privacy-policy
Supported Languages 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"
    }
}