Multi Color New Tab

A Multi Color Palette With Every New Tab.

Qu'est-ce que Multi Color New Tab ?

Multi Color New Tab est une extension Chrome développée par Locksley Ltd, et sa fonction principale est "A Multi Color Palette With Every New Tab.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Multi Color New Tab

Téléchargez les fichiers d'extension Multi Color New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Multi Color New Tab Multi Color New Tab
ID hidoniliooaomobchkobcfiiepienkkj
URL Officiel https://chromewebstore.google.com/detail/multi-color-new-tab/hidoniliooaomobchkobcfiiepienkkj
Description A Multi Color Palette With Every New Tab.
Taille du Fichier 133 KB
Nombre d'Installations 2,021
Version Actuelle 1.4
Dernière Mise à Jour 2023-11-24
Date de Publication 2020-10-29
Évaluation 3.50/5 Total 6 Évaluations
Développeur Locksley Ltd
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://color-newtab.com/privacy-policy
Langues Prises en Charge 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"
    }
}