World Clock Toolbar

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

Hvad er World Clock Toolbar?

World Clock Toolbar er en Chrome-udvidelse udviklet af davidjutegsn911, og dens hovedfunktion er "EASY to access on your toolbar with a list of country that you visit often at a glance.".

Udvidelsesskærmbilleder

screenshot

Download World Clock Toolbar-udvidelses-CRX-fil

Download World Clock Toolbar-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn World Clock Toolbar World Clock Toolbar
ID kkppmdakhdcgoidhmoegcnbmboljojom
Officiel URL https://chromewebstore.google.com/detail/world-clock-toolbar/kkppmdakhdcgoidhmoegcnbmboljojom
Beskrivelse EASY to access on your toolbar with a list of country that you visit often at a glance.
Filstørrelse 2.76 MB
Antal Installationer 1,678
Nuværende Version 1.2
Senest Opdateret 2021-07-08
Udgivelsesdato 2020-11-10
Bedømmelse 4.75/5 Samlet 8 Bedømmelser
Udvikler davidjutegsn911
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://world-clock-list.web.app/privacypolicy.html
Understøttede Sprog 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
}