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.”。
扩展截图
下载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 |
ID | mlolhgcdjopgacopeelfoofjbmhklgja |
官方URL | 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" } } |