Exact Time - Local & UTC
Displays precise local and utc date and time
Qu'est-ce que Exact Time - Local & UTC ?
Exact Time - Local & UTC est une extension Chrome développée par https://calcpedia.com, et sa fonction principale est "Displays precise local and utc date and time".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Exact Time - Local & UTC
Téléchargez les fichiers d'extension Exact Time - Local & UTC au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Exact Time - Local & UTC |
ID | iceehfhoipgiceeepgmecejmgcdckohb |
URL Officiel | https://chromewebstore.google.com/detail/exact-time-local-utc/iceehfhoipgiceeepgmecejmgcdckohb |
Description | Displays precise local and utc date and time |
Taille du Fichier | 199 KB |
Nombre d'Installations | 876 |
Version Actuelle | 0.9 |
Dernière Mise à Jour | 2017-02-14 |
Date de Publication | 2017-02-14 |
Évaluation | 4.00/5 Total 1 Évaluations |
Développeur | https://calcpedia.com |
Type de Paiement | free |
Langues Prises en Charge | 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 } } |