Color Tab

A Beautiful Color Palette With Every New Tab!

Qu'est-ce que Color Tab ?

Color Tab est une extension Chrome développée par https://colorhunt.co, et sa fonction principale est "A Beautiful Color Palette With Every New Tab!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

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

Téléchargez les fichiers d'extension Color 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

                        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.                    

Informations de Base sur l'Extension

Nom Color Tab Color Tab
ID hchlgfaicmddilenlflajnmomalehbom
URL Officiel https://chromewebstore.google.com/detail/color-tab/hchlgfaicmddilenlflajnmomalehbom
Description A Beautiful Color Palette With Every New Tab!
Taille du Fichier 16.77 KB
Nombre d'Installations 224,286
Version Actuelle 2
Dernière Mise à Jour 2020-05-07
Date de Publication 2020-05-06
Évaluation 4.18/5 Total 1437 Évaluations
Développeur https://colorhunt.co
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://colorhunt.co
Langues Prises en Charge 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"
    }
}