Time Tab
Minimalist new tab clock, with customizable background.
Time Tabとは何ですか?
Time Tabはhttps://nathanwentworth.coによって開発されたChromeの拡張機能で、その主な機能は「Minimalist new tab clock, with customizable background.」です。
拡張機能のスクリーンショット
Time Tab拡張機能のCRXファイルをダウンロード
Time Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a minimalist new tab page with a clock on it! Features include! - Custom colors for text and background! - Setting the background to be an image linked from somewhere! - Custom fonts! - 12 hour and 24 hour time! - Seconds display! (or not!) New in v1.3: - Smaller settings icon - Time fades in to avoid text pop-in
拡張機能の基本情報
名前 | Time Tab |
ID | fdjemjfcplhejdekgjbdjjobbkipoddd |
公式URL | https://chromewebstore.google.com/detail/time-tab/fdjemjfcplhejdekgjbdjjobbkipoddd |
説明 | Minimalist new tab clock, with customizable background. |
ファイルサイズ | 12.92 KB |
インストール数 | 3,719 |
現在のバージョン | 1.5.1 |
最終更新日 | 2019-02-09 |
公開日 | 2019-02-09 |
評価 | 4.65/5 合計 23 レビュー |
開発者 | https://nathanwentworth.co |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://twitter.com/nathanwentworth |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Time Tab", "description": "Minimalist new tab clock, with customizable background.", "version": "1.5.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2, "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": "index.html" } } |