Analog Toolbar Clock CE-7
Show the current time like analog clock face on toolbar and small calendar on popup window.
什麼是Analog Toolbar Clock CE-7?
Analog Toolbar Clock CE-7是由https://www.styleseven.com開發的Chrome擴展程式,該擴展的主要功能是“Show the current time like analog clock face on toolbar and small calendar on popup window.”。
擴展截圖
下載Analog Toolbar Clock CE-7擴展crx文件
下載Analog Toolbar Clock CE-7擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Extension that displays small analog clock (19*19 pixels). To show calendar click on the extension icon. 擴展基本資訊
| 名稱 | |
| ID | hkhhgbmlinegdbjpacanjedgcgpmpcmc |
| 官方網址 | https://chromewebstore.google.com/detail/analog-toolbar-clock-ce-7/hkhhgbmlinegdbjpacanjedgcgpmpcmc |
| 簡介 | Show the current time like analog clock face on toolbar and small calendar on popup window. |
| 檔案大小 | 14.36 KB |
| 安裝次數 | 231 |
| 目前版本 | 1.0 |
| 更新時間 | 2019-03-08 |
| 上架時間 | 2019-03-08 |
| 評分 | 4.33/5 共 3 次評分 |
| 開發者 | https://www.styleseven.com |
| 付費類型 | free |
| 擴展官網 | http://www.styleseven.com/ |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Analog Toolbar Clock CE-7",
"version": "1.0",
"background": {
"scripts": [
"base.js"
]
},
"description": "Show the current time like analog clock face on toolbar and small calendar on popup window.",
"icons": {
"128": "icon_128.png"
},
"browser_action": {
"default_popup": "popup.html"
},
"manifest_version": 2
} | |