World Clock Toolbar

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

What is World Clock Toolbar?

World Clock Toolbar is a Chrome extension developed by davidjutegsn911, and its main feature is "EASY to access on your toolbar with a list of country that you visit often at a glance.".

Extension Screenshots

screenshot

Download World Clock Toolbar Extension CRX File

Download World Clock Toolbar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name World Clock Toolbar World Clock Toolbar
ID kkppmdakhdcgoidhmoegcnbmboljojom
Official URL https://chromewebstore.google.com/detail/world-clock-toolbar/kkppmdakhdcgoidhmoegcnbmboljojom
Description EASY to access on your toolbar with a list of country that you visit often at a glance.
File Size 2.76 MB
Installation Count 1,678
Current Version 1.2
Last Updated 2021-07-08
Publish Date 2020-11-10
Rating 4.75/5 Total 8 Ratings
Developer davidjutegsn911
Email [email protected]
Payment Type free
Privacy Policy Page URL https://world-clock-list.web.app/privacypolicy.html
Supported Languages 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
}