TinyToolbarClock
This extension shows the time and date in the toolbar
TinyToolbarClockとは何ですか?
TinyToolbarClockはnetchipguyによって開発されたChromeの拡張機能で、その主な機能は「This extension shows the time and date in the toolbar」です。
拡張機能のスクリーンショット
TinyToolbarClock拡張機能のCRXファイルをダウンロード
TinyToolbarClock拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This tiny extension puts a tiny clock *and month/date calendar* in your toolbar! Perfect for full-screen use of Chrome!
Highly Recommended:
1) A HiDPI display such as a Retina Mac or Chromebook Pixel
2) Good vision
-Netchipguy 拡張機能の基本情報
| 名前 | |
| ID | hnageloldpcdmnceombonmmakpnaehnf |
| 公式URL | https://chromewebstore.google.com/detail/tinytoolbarclock/hnageloldpcdmnceombonmmakpnaehnf |
| 説明 | This extension shows the time and date in the toolbar |
| ファイルサイズ | 12.48 KB |
| インストール数 | 564 |
| 現在のバージョン | 1.2 |
| 最終更新日 | 2015-12-05 |
| 公開日 | 2015-12-04 |
| 評価 | 4.40/5 合計 10 レビュー |
| 開発者 | netchipguy |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "TinyToolbarClock",
"description": "This extension shows the time and date in the toolbar",
"version": "1.2",
"icons": {
"16": "myclock16.png",
"32": "myclock32.png",
"48": "myclock48.png",
"128": "myclock128.png"
},
"browser_action": {
"default_icon": "myclock48.png"
},
"background": {
"scripts": [
"background.js"
]
}
} | |