Color Tab

A Beautiful Color Palette With Every New Tab!

Wat is Color Tab?

Color Tab is een Chrome-extensie ontwikkeld door https://colorhunt.co, en de belangrijkste functie is "A Beautiful Color Palette With Every New Tab!".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Color Tab

Download Color Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Color Tab Color Tab
ID hchlgfaicmddilenlflajnmomalehbom
Officiële URL https://chromewebstore.google.com/detail/color-tab/hchlgfaicmddilenlflajnmomalehbom
Beschrijving A Beautiful Color Palette With Every New Tab!
Bestandsgrootte 16.77 KB
Aantal Installaties 224,286
Huidige Versie 2
Laatst Bijgewerkt 2020-05-07
Publicatiedatum 2020-05-06
Beoordeling 4.18/5 Totaal 1437 Beoordelingen
Ontwikkelaar https://colorhunt.co
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://colorhunt.co
Ondersteunde Talen 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"
    }
}