Exact Time - Local & UTC

Displays precise local and utc date and time

Was ist Exact Time - Local & UTC?

Exact Time - Local & UTC ist eine Chrome-Erweiterung, die von https://calcpedia.com entwickelt wurde, und ihr Hauptmerkmal ist "Displays precise local and utc date and time".

Erweiterungsscreenshots

screenshot

Exact Time - Local & UTC-Erweiterungs-CRX-Datei herunterladen

Laden Sie Exact Time - Local & UTC-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Exact Time - Local & UTC Exact Time - Local & UTC
ID iceehfhoipgiceeepgmecejmgcdckohb
Offizielle URL https://chromewebstore.google.com/detail/exact-time-local-utc/iceehfhoipgiceeepgmecejmgcdckohb
Beschreibung Displays precise local and utc date and time
Dateigröße 199 KB
Installationsanzahl 876
Aktuelle Version 0.9
Letztes Update 2017-02-14
Veröffentlichungsdatum 2017-02-14
Bewertung 4.00/5 Insgesamt 1 Bewertungen
Entwickler https://calcpedia.com
Zahlungsart free
Unterstützte Sprachen 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
    }
}