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