Hue Tab

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

什么是Hue Tab?

Hue Tab是由nikolaibain开发的Chrome扩展程序,该扩展的主要功能是“A beautiful colourful new tab every time you open a new tab.”。

扩展截图

screenshot
screenshot
screenshot

下载Hue Tab扩展crx文件

下载Hue Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Hue Tab Hue Tab
ID bklmpkfhlbcjjpmdgcknfolcedillefl
官方URL https://chrome.google.com/webstore/detail/hue-tab/bklmpkfhlbcjjpmdgcknfolcedillefl
简介 A beautiful colourful new tab every time you open a new tab.
文件大小 61.4 KB
安装次数 52
当前版本 1.0
更新时间 2021-03-18
上架时间 2021-03-18
评分 5.00/5 共1次评分
开发者 nikolaibain
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
        }
    }
}