World Clock Toolbar

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

Cos'è World Clock Toolbar?

World Clock Toolbar è un'estensione di Chrome sviluppata da davidjutegsn911, e la sua funzione principale è "EASY to access on your toolbar with a list of country that you visit often at a glance.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione World Clock Toolbar

Scarica i file di estensione World Clock Toolbar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome World Clock Toolbar World Clock Toolbar
ID kkppmdakhdcgoidhmoegcnbmboljojom
URL Ufficiale https://chromewebstore.google.com/detail/world-clock-toolbar/kkppmdakhdcgoidhmoegcnbmboljojom
Descrizione EASY to access on your toolbar with a list of country that you visit often at a glance.
Dimensione del File 2.76 MB
Conteggio Installazioni 1,678
Versione Corrente 1.2
Ultimo Aggiornamento 2021-07-08
Data di Pubblicazione 2020-11-10
Valutazione 4.75/5 Totale 8 Valutazioni
Sviluppatore davidjutegsn911
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://world-clock-list.web.app/privacypolicy.html
Lingue Supportate 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
}