Calendar Clock
A convenient calendar and clock widget.
什麼是Calendar Clock?
Calendar Clock是由jack.m.hou開發的Chrome擴展程式,該擴展的主要功能是“A convenient calendar and clock widget.”。
擴展截圖
下載Calendar Clock擴展crx文件
下載Calendar Clock擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Same as the Chrome App (https://chrome.google.com/webstore/detail/calendar-clock/galgfocamdohgeifjlbefkfpaalankfi) but turned into an extension since Chrome Apps will be shut down soon.
Source code can be found at:
https://github.com/kaydensigh/chromecalclock 擴展基本資訊
| 名稱 | |
| ID | abmmcineiaonblhmehimkeneglmcofge |
| 官方網址 | https://chromewebstore.google.com/detail/calendar-clock/abmmcineiaonblhmehimkeneglmcofge |
| 簡介 | A convenient calendar and clock widget. |
| 檔案大小 | 369 KB |
| 安裝次數 | 12,379 |
| 目前版本 | 0.12 |
| 更新時間 | 2021-06-11 |
| 上架時間 | 2021-06-10 |
| 評分 | 4.38/5 共 16 次評分 |
| 開發者 | jack.m.hou |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/kaydensigh/chromecalclock |
| 說明頁面URL | https://github.com/kaydensigh/chromecalclock |
| 支援的語言 | id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,th,ar,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_manifest_name__",
"description": "__MSG_manifest_description__",
"version": "0.12",
"manifest_version": 3,
"default_locale": "en",
"icons": {
"128": "common\/icon-128.png"
},
"permissions": [
"storage"
],
"action": {
"default_popup": "common\/main.html",
"default_icon": {
"128": "common\/icon-128.png"
}
}
} | |