Hue Tab

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

Cos'è Hue Tab?

Hue Tab è un'estensione di Chrome sviluppata da nikolaibain, e la sua funzione principale è "A beautiful colourful new tab every time you open a new tab.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Hue Tab

Scarica i file di estensione Hue Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Hue Tab Hue Tab
ID bklmpkfhlbcjjpmdgcknfolcedillefl
URL Ufficiale https://chrome.google.com/webstore/detail/hue-tab/bklmpkfhlbcjjpmdgcknfolcedillefl
Descrizione A beautiful colourful new tab every time you open a new tab.
Dimensione del File 61.4 KB
Conteggio Installazioni 52
Versione Corrente 1.0
Ultimo Aggiornamento 2021-03-18
Data di Pubblicazione 2021-03-18
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore nikolaibain
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    }
}