HexTab

Replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast.

什麼是HexTab?

HexTab是由Sam開發的Chrome擴展程式,該擴展的主要功能是“Replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast.”。

擴展截圖

screenshot

下載HexTab擴展crx文件

下載HexTab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This lightweight Chrome extension replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast. This extension is completely free - there are no adverts, none of your data is stored or sold, and the code is open source.

https://github.com/kjav/HexNewTab                    

擴展基本資訊

名稱 HexTab HexTab
ID mlolhgcdjopgacopeelfoofjbmhklgja
官方網址 https://chromewebstore.google.com/detail/hextab/mlolhgcdjopgacopeelfoofjbmhklgja
簡介 Replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast.
檔案大小 39.39 KB
安裝次數 22
目前版本 0.6.0
更新時間 2016-04-29
上架時間 2016-04-28
評分 5.00/5 共 3 次評分
開發者 Sam
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HexTab",
    "version": "0.6.0",
    "manifest_version": 2,
    "description": "Replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "geolocation"
    ],
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    }
}