World Clock Toolbar

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

Co je World Clock Toolbar?

World Clock Toolbar je rozšíření Chrome vyvinuté davidjutegsn911, a jeho hlavní funkcí je „EASY to access on your toolbar with a list of country that you visit often at a glance.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření World Clock Toolbar

Stáhněte si soubory rozšíření World Clock Toolbar ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název World Clock Toolbar World Clock Toolbar
ID kkppmdakhdcgoidhmoegcnbmboljojom
Oficiální URL https://chromewebstore.google.com/detail/world-clock-toolbar/kkppmdakhdcgoidhmoegcnbmboljojom
Popis EASY to access on your toolbar with a list of country that you visit often at a glance.
Velikost souboru 2.76 MB
Počet instalací 1,678
Aktuální Verze 1.2
Poslední Aktualizace 2021-07-08
Datum Vydání 2020-11-10
Hodnocení 4.75/5 Celkem 8 Hodnocení
Vývojář davidjutegsn911
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://world-clock-list.web.app/privacypolicy.html
Podporované Jazyky 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
}