Hue Tab

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

Qu'est-ce que Hue Tab ?

Hue Tab est une extension Chrome développée par nikolaibain, et sa fonction principale est "A beautiful colourful new tab every time you open a new tab.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

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

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

                        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                    

Informations de Base sur l'Extension

Nom Hue Tab Hue Tab
ID bklmpkfhlbcjjpmdgcknfolcedillefl
URL Officiel https://chrome.google.com/webstore/detail/hue-tab/bklmpkfhlbcjjpmdgcknfolcedillefl
Description A beautiful colourful new tab every time you open a new tab.
Taille du Fichier 61.4 KB
Nombre d'Installations 52
Version Actuelle 1.0
Dernière Mise à Jour 2021-03-18
Date de Publication 2021-03-18
Évaluation 5.00/5 Total 1 Évaluations
Développeur nikolaibain
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    }
}