HMS Clock
Hour-Minute-Second, Digital Clock
HMS Clockとは何ですか?
HMS Clockはidentityindecisionによって開発されたChromeの拡張機能で、その主な機能は「Hour-Minute-Second, Digital Clock」です。
拡張機能のスクリーンショット
HMS Clock拡張機能のCRXファイルをダウンロード
HMS Clock拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
One-click to view the exact time in your Chrome extension toolbar.
Simple Features, No Fluff:
- Present time, down to the second
- Free to use and works offline
- Adjust the clock's color
- Toggle 12-24 hour time 拡張機能の基本情報
| 名前 | |
| ID | mbjkpklcjihpfbldfapoecehlibmfffk |
| 公式URL | https://chromewebstore.google.com/detail/hms-clock/mbjkpklcjihpfbldfapoecehlibmfffk |
| 説明 | Hour-Minute-Second, Digital Clock |
| ファイルサイズ | 217 KB |
| インストール数 | 38 |
| 現在のバージョン | 1.1.1 |
| 最終更新日 | 2023-03-23 |
| 公開日 | 2023-03-15 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | identityindecision |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/damsalem/ext-clock |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "HMS Clock",
"description": "Hour-Minute-Second, Digital Clock",
"version": "1.1.1",
"action": {
"default_popup": "\/popup\/popup.html"
},
"permissions": [
"storage"
],
"icons": {
"16": "images\/logo-16.png",
"32": "images\/logo-32.png",
"48": "images\/logo-48.png",
"128": "images\/logo-128.png"
}
} | |