Current Time in US Time Zones
Displays the current time in US Eastern, Central, and Pacific time zones accounting for daylight saving.
¿Qué es Current Time in US Time Zones?
Current Time in US Time Zones es una extensión de Chrome desarrollada por Unknown, y su función principal es "Displays the current time in US Eastern, Central, and Pacific time zones accounting for daylight saving.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Current Time in US Time Zones
Descarga archivos de extensión Current Time in US Time Zones 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
Simple popup extension that provides the current time for US timezones (Eastern, Central, Pacific) in either standard time or daylight saving time, depending on the time of year.
Información Básica de la Extensión
Nombre | Current Time in US Time Zones |
ID | mflmgpdkgbihgojplljecakngbcokfme |
URL Oficial | https://chromewebstore.google.com/detail/current-time-in-us-time-z/mflmgpdkgbihgojplljecakngbcokfme |
Descripción | Displays the current time in US Eastern, Central, and Pacific time zones accounting for daylight saving. |
Tamaño del Archivo | 147 KB |
Cantidad de Instalaciones | 1,209 |
Versión Actual | 0.0.4 |
Última Actualización | 2019-06-14 |
Fecha de Publicación | 2019-06-13 |
Calificación | 4.50/5 Total de 2 Calificaciones |
Desarrollador | Unknown |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/dt-jb/timezone-ext-chrome |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Current Time in US Time Zones", "description": "Displays the current time in US Eastern, Central, and Pacific time zones accounting for daylight saving.", "version": "0.0.4", "browser_action": { "default_popup": "index.html", "default_title": "Open the popup" }, "icons": { "16": "clock.png", "48": "clock.png", "128": "clock.png" }, "permissions": [] } |