Time Icon
View the current time from the chrome extension bar. Right click on the time icon for the full date.
Time Iconとは何ですか?
Time IconはBrandon Fowlerによって開発されたChromeの拡張機能で、その主な機能は「View the current time from the chrome extension bar. Right click on the time icon for the full date.」です。
拡張機能のスクリーンショット
Time Icon拡張機能のCRXファイルをダウンロード
Time Icon拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extensions adds an icon that displays the current time as icons badge text to the toolbar, allowing for the current time to be always accessible. When clicked, the icon opens a popup with the current date and time with second precision. The date can be changed to use full words or short words and it can be changed to use DMY or MDY format. The extension uses the time of your computer, so you can change the timezone in your computer's settings.
拡張機能の基本情報
名前 | Time Icon |
ID | piobjonapfjjnenpemdbklflkcbdnlcg |
公式URL | https://chromewebstore.google.com/detail/time-icon/piobjonapfjjnenpemdbklflkcbdnlcg |
説明 | View the current time from the chrome extension bar. Right click on the time icon for the full date. |
ファイルサイズ | 7.29 KB |
インストール数 | 30 |
現在のバージョン | 1.2.2 |
最終更新日 | 2023-01-03 |
公開日 | 2019-10-09 |
開発者 | Brandon Fowler |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Time Icon", "version": "1.2.2", "permissions": [ "alarms", "storage" ], "description": "View the current time from the chrome extension bar. Right click on the time icon for the full date.", "icons": { "128": "icon128.png" }, "background": { "service_worker": "worker.js" }, "options_page": "options.html", "action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "manifest_version": 3 } |