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 拡張機能の基本情報
| 名前 | |
| 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"
}
} | |