Hue Tab

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

Vad är Hue Tab?

Hue Tab är en Chrome-tillägg utvecklad av nikolaibain, och dess huvudfunktion är "A beautiful colourful new tab every time you open a new tab.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Hue Tab-förlängningens CRX-fil

Ladda ner Hue Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Hue Tab Hue Tab
ID bklmpkfhlbcjjpmdgcknfolcedillefl
Officiell webbadress https://chrome.google.com/webstore/detail/hue-tab/bklmpkfhlbcjjpmdgcknfolcedillefl
Beskrivning A beautiful colourful new tab every time you open a new tab.
Filstorlek 61.4 KB
Antal Installationer 52
Aktuell Version 1.0
Senast Uppdaterad 2021-03-18
Publiceringsdatum 2021-03-18
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare nikolaibain
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        }
    }
}