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 |
| 官方網址 | 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"
]
}
} | |