Exact Time - Local & UTC
Displays precise local and utc date and time
Cos'è Exact Time - Local & UTC?
Exact Time - Local & UTC è un'estensione di Chrome sviluppata da https://calcpedia.com, e la sua funzione principale è "Displays precise local and utc date and time".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Exact Time - Local & UTC
Scarica i file di estensione Exact Time - Local & UTC 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
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.
Informazioni di Base sull'Estensione
Nome | Exact Time - Local & UTC |
ID | iceehfhoipgiceeepgmecejmgcdckohb |
URL Ufficiale | https://chromewebstore.google.com/detail/exact-time-local-utc/iceehfhoipgiceeepgmecejmgcdckohb |
Descrizione | Displays precise local and utc date and time |
Dimensione del File | 199 KB |
Conteggio Installazioni | 876 |
Versione Corrente | 0.9 |
Ultimo Aggiornamento | 2017-02-14 |
Data di Pubblicazione | 2017-02-14 |
Valutazione | 4.00/5 Totale 1 Valutazioni |
Sviluppatore | https://calcpedia.com |
Tipo di Pagamento | free |
Lingue Supportate | 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 } } |