Exact Time - Local & UTC
Displays precise local and utc date and time
¿Qué es Exact Time - Local & UTC?
Exact Time - Local & UTC es una extensión de Chrome desarrollada por https://calcpedia.com, y su función principal es "Displays precise local and utc date and time".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Exact Time - Local & UTC
Descarga archivos de extensión Exact Time - Local & UTC 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
Exact Time displays precise date and time in your local timezone as well as the current UTC — Coordinated Universal Time. Simply click the Exact Time icon on your Chrome toolbar to view the running clock that displays local and UTC date and time. No additional configuration is required.
Información Básica de la Extensión
Nombre | Exact Time - Local & UTC |
ID | iceehfhoipgiceeepgmecejmgcdckohb |
URL Oficial | https://chromewebstore.google.com/detail/exact-time-local-utc/iceehfhoipgiceeepgmecejmgcdckohb |
Descripción | Displays precise local and utc date and time |
Tamaño del Archivo | 199 KB |
Cantidad de Instalaciones | 876 |
Versión Actual | 0.9 |
Última Actualización | 2017-02-14 |
Fecha de Publicación | 2017-02-14 |
Calificación | 4.00/5 Total de 1 Calificaciones |
Desarrollador | https://calcpedia.com |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Exact Time - Local & UTC", "short_name": "Exact Time", "description": "Displays precise local and utc date and time", "version": "0.9", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "mgfn.js", "mgext.js", "mgcls.js", "background.js" ], "persistent": true } } |