The Worldwide Clocks
The Worldwide Clocks can display time from various cities and timezones around the world with automatic Daylight Saving Time.
什麼是The Worldwide Clocks?
The Worldwide Clocks是由TheMojo Apps開發的Chrome擴展程式,該擴展的主要功能是“The Worldwide Clocks can display time from various cities and timezones around the world with automatic Daylight Saving Time.”。
擴展截圖
下載The Worldwide Clocks擴展crx文件
下載The Worldwide Clocks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The Worldwide Clocks are analog and digital clocks plugin based on GMT offsets. Perfect for world clocks. It is supporting automatic daylight saving time conversions for affected timezone. Features: => Analog Clock => Digital Clock => Date Display => 5 Clock Skins => GMT Timezone Offsets => Automatic Daylight Saving Time conversion on affected timezone. Developed By: TheJimIT Credits: jClocksGMT for MIT License
擴展基本資訊
名稱 | The Worldwide Clocks |
ID | ejmmcphlocoahmbnnoihjbcknceealkk |
官方網址 | https://chromewebstore.google.com/detail/the-worldwide-clocks/ejmmcphlocoahmbnnoihjbcknceealkk |
簡介 | The Worldwide Clocks can display time from various cities and timezones around the world with automatic Daylight Saving Time. |
檔案大小 | 175 KB |
安裝次數 | 322 |
目前版本 | 1.2 |
更新時間 | 2022-06-08 |
上架時間 | 2018-04-21 |
開發者 | TheMojo Apps |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.doozytools.com/ |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "The Worldwide Clocks", "short_name": "The Worldwide Clocks", "description": "The Worldwide Clocks can display time from various cities and timezones around the world with automatic Daylight Saving Time.", "version": "1.2", "author": "TheJimIT", "icons": { "128": "icon.png", "48": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "permissions": [ "storage" ] } |