Hue Tab

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

What is Hue Tab?

Hue Tab is a Chrome extension developed by nikolaibain, and its main feature is "A beautiful colourful new tab every time you open a new tab.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Hue Tab Extension CRX File

Download Hue Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Hue Tab Hue Tab
ID bklmpkfhlbcjjpmdgcknfolcedillefl
Official URL https://chrome.google.com/webstore/detail/hue-tab/bklmpkfhlbcjjpmdgcknfolcedillefl
Description A beautiful colourful new tab every time you open a new tab.
File Size 61.4 KB
Installation Count 52
Current Version 1.0
Last Updated 2021-03-18
Publish Date 2021-03-18
Rating 5.00/5 Total 1 Ratings
Developer nikolaibain
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    }
}