TimeTab
A simple Chrome extension that displays the time, and/or the time of multiple zones, whenever a new tab is opened.
TimeTabとは何ですか?
TimeTabはJoshua Brittによって開発されたChromeの拡張機能で、その主な機能は「A simple Chrome extension that displays the time, and/or the time of multiple zones, whenever a new tab is opened.」です。
拡張機能のスクリーンショット
TimeTab拡張機能のCRXファイルをダウンロード
TimeTab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Please note, this is an ongoing side project and that I plan to add even more features when I can get to them. Feedback, recommendations, and reporting bugs via reviews/support is always welcome & appreciated. Otherwise, enjoy! - Display multiple clocks - Minimal and clean design - Show or hide custom labels - Light and dark mode support - Choose 12 or 24 hour format - Instant and runs offline - No additional site access
拡張機能の基本情報
名前 | |
ID | dhjhmlhiaaepcekkmjpfcklcfiaepkof |
公式URL | https://chrome.google.com/webstore/detail/timetab/dhjhmlhiaaepcekkmjpfcklcfiaepkof |
説明 | A simple Chrome extension that displays the time, and/or the time of multiple zones, whenever a new tab is opened. |
ファイルサイズ | 32.11 KB |
インストール数 | 90 |
現在のバージョン | 3.2 |
最終更新日 | 2020-02-25 |
公開日 | 2020-02-25 |
開発者 | Joshua Britt |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/MEDIA76/timetab |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TimeTab", "version": "3.2", "description": "A simple Chrome extension that displays the time, and\/or the time of multiple zones, whenever a new tab is opened.", "author": "Joshua Britt", "homepage_url": "https:\/\/github.com\/MEDIA76\/timetab", "permissions": [ "storage" ], "icons": { "16": "icons\/light\/16.png", "48": "icons\/light\/48.png", "128": "icons\/light\/128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "38": "icons\/light\/38.png" }, "default_title": "New Tab" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "offline_enabled": true, "manifest_version": 2 } |