The Worldwide Clocks

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

¿Qué es The Worldwide Clocks?

The Worldwide Clocks es una extensión de Chrome desarrollada por TheMojo Apps, y su función principal es "The Worldwide Clocks can display time from various cities and timezones around the world with automatic Daylight Saving Time.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión The Worldwide Clocks

Descarga archivos de extensión The Worldwide Clocks en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre The Worldwide Clocks The Worldwide Clocks
ID ejmmcphlocoahmbnnoihjbcknceealkk
URL Oficial https://chromewebstore.google.com/detail/the-worldwide-clocks/ejmmcphlocoahmbnnoihjbcknceealkk
Descripción The Worldwide Clocks can display time from various cities and timezones around the world with automatic Daylight Saving Time.
Tamaño del Archivo 175 KB
Cantidad de Instalaciones 322
Versión Actual 1.2
Última Actualización 2022-06-08
Fecha de Publicación 2018-04-21
Desarrollador TheMojo Apps
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.doozytools.com/
Idiomas Soportados 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"
    ]
}