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
官方網址 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"
        }
    }
}