World Clock Toolbar

EASY to access on your toolbar with a list of country that you visit often at a glance.

什么是World Clock Toolbar?

World Clock Toolbar是由davidjutegsn911开发的Chrome扩展程序,该扩展的主要功能是“EASY to access on your toolbar with a list of country that you visit often at a glance.”。

扩展截图

screenshot

下载World Clock Toolbar扩展crx文件

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

扩展使用说明

                        EASY to access on your toolbar with a list of country that you visit often at a glance.

FEATURE extended world clock from city to every country.

DISPLAY multiple world clocks that you can easily add, remove, sort and edit according to your preference.

SIMPLE design with just one click without searching it every time you want to look up for client, coworker or family’s current timezone in different country.

Feel free to share your opinion, ideas and requests.                    

扩展基本信息

名称 World Clock Toolbar World Clock Toolbar
ID kkppmdakhdcgoidhmoegcnbmboljojom
官方URL https://chromewebstore.google.com/detail/world-clock-toolbar/kkppmdakhdcgoidhmoegcnbmboljojom
简介 EASY to access on your toolbar with a list of country that you visit often at a glance.
文件大小 2.76 MB
安装次数 1,678
当前版本 1.2
更新时间 2021-07-08
上架时间 2020-11-10
评分 4.75/5 共8次评分
开发者 davidjutegsn911
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://world-clock-list.web.app/privacypolicy.html
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "World Clock Toolbar",
    "version": "1.2",
    "description": "EASY to access on your toolbar with a list of country that you visit often at a glance.",
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/earthclock_16.png",
            "32": "images\/earthclock_32.png",
            "48": "images\/earthclock_48.png",
            "128": "images\/earthclock_128.png"
        }
    },
    "icons": {
        "16": "images\/earthclock_16.png",
        "32": "images\/earthclock_32.png",
        "48": "images\/earthclock_48.png",
        "128": "images\/earthclock_128.png"
    },
    "manifest_version": 2
}