World Clock

An extension which displays time in different timezones.

什么是World Clock?

World Clock是由Rajasri Systems开发的Chrome扩展程序,该扩展的主要功能是“An extension which displays time in different timezones.”。

扩展截图

screenshot

下载World Clock扩展crx文件

下载World Clock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        An extension to display time in different time zones. 
300+ timezones available. 
Automatic synchronisation with the system timezone. 
Setup the world clock!                    

扩展基本信息

名称 World Clock World Clock
ID nfigbefbepjmkffdeelklglfjponlpbo
官方URL https://chromewebstore.google.com/detail/world-clock/nfigbefbepjmkffdeelklglfjponlpbo
简介 An extension which displays time in different timezones.
文件大小 6.15 MB
安装次数 69
当前版本 2.1
更新时间 2023-04-13
上架时间 2021-04-11
开发者 Rajasri Systems
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://rajasri.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "World Clock",
    "description": "An extension which displays time in different timezones.",
    "version": "2.1",
    "author": "Rajasri Systems",
    "browser_action": {
        "default_icon": "images\/worldclockfavicon.png",
        "default_popup": "index.html"
    },
    "background": {
        "page": "index.html"
    },
    "icons": {
        "16": "images\/worldclockfavicon.png",
        "32": "images\/worldclock32x32.png",
        "48": "images\/worldclock48x48.png",
        "128": "images\/worldclock128x128.png"
    }
}