Hue Tab

A beautiful colourful new tab every time you open a new tab.

Was ist Hue Tab?

Hue Tab ist eine Chrome-Erweiterung, die von nikolaibain entwickelt wurde, und ihr Hauptmerkmal ist "A beautiful colourful new tab every time you open a new tab.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Hue Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hue 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

                        A personalised new tab dashboard that is minimal, beautiful, and easy to use. 

Features include:
• Clock options
• Search bar
• Your favourite bookmarks
• Greeting
• Different colour/theme options
• Date options                    

Grundlegende Informationen zur Erweiterung

Name Hue Tab Hue Tab
ID bklmpkfhlbcjjpmdgcknfolcedillefl
Offizielle URL https://chrome.google.com/webstore/detail/hue-tab/bklmpkfhlbcjjpmdgcknfolcedillefl
Beschreibung A beautiful colourful new tab every time you open a new tab.
Dateigröße 61.4 KB
Installationsanzahl 52
Aktuelle Version 1.0
Letztes Update 2021-03-18
Veröffentlichungsdatum 2021-03-18
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler nikolaibain
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hue Tab",
    "version": "1.0",
    "description": "A beautiful colourful new tab every time you open a new tab.",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/icons\/icon_16.png",
        "32": "images\/icons\/icon_32.png",
        "48": "images\/icons\/icon_48.png",
        "128": "images\/icons\/icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icons\/icon_16.png",
            "32": "images\/icons\/icon_32.png",
            "48": "images\/icons\/icon_48.png",
            "128": "images\/icons\/icon_128.png"
        }
    }
}