Exact Time - Local & UTC
Displays precise local and utc date and time
Wat is Exact Time - Local & UTC?
Exact Time - Local & UTC is een Chrome-extensie ontwikkeld door https://calcpedia.com, en de belangrijkste functie is "Displays precise local and utc date and time".
Extensie Screenshots
Download het CRX-bestand van de extensie Exact Time - Local & UTC
Download Exact Time - Local & UTC-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Exact Time - Local & UTC |
ID | iceehfhoipgiceeepgmecejmgcdckohb |
Officiële URL | https://chromewebstore.google.com/detail/exact-time-local-utc/iceehfhoipgiceeepgmecejmgcdckohb |
Beschrijving | Displays precise local and utc date and time |
Bestandsgrootte | 199 KB |
Aantal Installaties | 876 |
Huidige Versie | 0.9 |
Laatst Bijgewerkt | 2017-02-14 |
Publicatiedatum | 2017-02-14 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://calcpedia.com |
Betalingswijze | free |
Ondersteunde Talen | 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 } } |