Color Tab

A Beautiful Color Palette With Every New Tab!

Was ist Color Tab?

Color Tab ist eine Chrome-Erweiterung, die von https://colorhunt.co entwickelt wurde, und ihr Hauptmerkmal ist "A Beautiful Color Palette With Every New Tab!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Color Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie Color Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Color Tab Color Tab
ID hchlgfaicmddilenlflajnmomalehbom
Offizielle URL https://chromewebstore.google.com/detail/color-tab/hchlgfaicmddilenlflajnmomalehbom
Beschreibung A Beautiful Color Palette With Every New Tab!
Dateigröße 16.77 KB
Installationsanzahl 224,286
Aktuelle Version 2
Letztes Update 2020-05-07
Veröffentlichungsdatum 2020-05-06
Bewertung 4.18/5 Insgesamt 1437 Bewertungen
Entwickler https://colorhunt.co
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://colorhunt.co
Unterstützte Sprachen 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"
    }
}