Clock for Google Chrome™
An analogue clock in the toolbar!
什麼是Clock for Google Chrome™?
Clock for Google Chrome™是由https://clockforchrome.appspot.com開發的Chrome擴展程式,該擴展的主要功能是“An analogue clock in the toolbar!”。
擴展截圖
下載Clock for Google Chrome™擴展crx文件
下載Clock for Google Chrome™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This very simple extension places a small analogue clock next to the address box. Simple as that. You can add a digital clock, change the colours, add reminders with alerts and there is a full calendar to see if you click the clock, and a full screen clock too... ... or do none of those and simply use the clock as it is. The choice is yours. All your settings are securely synchronised to all the computers that you use this extension on. For help and support, take a look at the support pages at ab00a.github.io/clockforgooglechrome Clock for Google Chrome™ is available in lots of languages.
擴展基本資訊
名稱 | Clock for Google Chrome™ |
ID | emakkfldeggiinnfcdjkakdfcppbfhdg |
官方網址 | https://chromewebstore.google.com/detail/clock-for-google-chrome/emakkfldeggiinnfcdjkakdfcppbfhdg |
簡介 | An analogue clock in the toolbar! |
檔案大小 | 348 KB |
安裝次數 | 178,256 |
目前版本 | 2.2.0.2 |
更新時間 | 2023-03-05 |
上架時間 | 2019-08-01 |
評分 | 4.25/5 共 1004 次評分 |
開發者 | https://clockforchrome.appspot.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://clockforchrome.appspot.com/site/index.html |
說明頁面URL | https://clockforchrome.appspot.com/site/index.html |
隱私政策頁面URL | https://clockforchrome.appspot.com/site/privacy.html |
支援的語言 | id,de,en,fr,nl,no,vi,tr,ca,da,et,es,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,bg,ru,uk,iw,hi,th,ar,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "manifest_version": 3, "background": { "service_worker": "worker.js" }, "description": "__MSG_extensionDescription__", "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "name": "__MSG_extensionName__", "options_page": "html\/options.html", "offline_enabled": true, "permissions": [ "notifications", "storage", "alarms", "offscreen", "idle" ], "version": "2.2.0.2", "short_name": "__MSG_extensionName__", "minimum_chrome_version": "109", "action": { "default_title": "__MSG_extensionName__", "default_popup": "html\/popup.html" } } |