The Worldwide Clocks

The Worldwide Clocks can display time from various cities and timezones around the world with automatic Daylight Saving Time.

Cos'è The Worldwide Clocks?

The Worldwide Clocks è un'estensione di Chrome sviluppata da TheMojo Apps, e la sua funzione principale è "The Worldwide Clocks can display time from various cities and timezones around the world with automatic Daylight Saving Time.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione The Worldwide Clocks

Scarica i file di estensione The Worldwide Clocks 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

                        The Worldwide Clocks are analog and digital clocks plugin based on GMT offsets. Perfect for world clocks. It is supporting automatic daylight saving time conversions for affected timezone.

Features:
=> Analog Clock
=> Digital Clock
=> Date Display
=> 5 Clock Skins
=> GMT Timezone Offsets
=> Automatic Daylight Saving Time conversion on affected timezone.

Developed By: TheJimIT
Credits: jClocksGMT for MIT License                    

Informazioni di Base sull'Estensione

Nome The Worldwide Clocks The Worldwide Clocks
ID ejmmcphlocoahmbnnoihjbcknceealkk
URL Ufficiale https://chromewebstore.google.com/detail/the-worldwide-clocks/ejmmcphlocoahmbnnoihjbcknceealkk
Descrizione The Worldwide Clocks can display time from various cities and timezones around the world with automatic Daylight Saving Time.
Dimensione del File 175 KB
Conteggio Installazioni 322
Versione Corrente 1.2
Ultimo Aggiornamento 2022-06-08
Data di Pubblicazione 2018-04-21
Sviluppatore TheMojo Apps
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.doozytools.com/
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Worldwide Clocks",
    "short_name": "The Worldwide Clocks",
    "description": "The Worldwide Clocks can display time from various cities and timezones around the world with automatic Daylight Saving Time.",
    "version": "1.2",
    "author": "TheJimIT",
    "icons": {
        "128": "icon.png",
        "48": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ]
}