Exact Time - Local & UTC

Displays precise local and utc date and time

Hvad er Exact Time - Local & UTC?

Exact Time - Local & UTC er en Chrome-udvidelse udviklet af https://calcpedia.com, og dens hovedfunktion er "Displays precise local and utc date and time".

Udvidelsesskærmbilleder

screenshot

Download Exact Time - Local & UTC-udvidelses-CRX-fil

Download Exact Time - Local & UTC-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Exact Time - Local & UTC Exact Time - Local & UTC
ID iceehfhoipgiceeepgmecejmgcdckohb
Officiel URL https://chromewebstore.google.com/detail/exact-time-local-utc/iceehfhoipgiceeepgmecejmgcdckohb
Beskrivelse Displays precise local and utc date and time
Filstørrelse 199 KB
Antal Installationer 876
Nuværende Version 0.9
Senest Opdateret 2017-02-14
Udgivelsesdato 2017-02-14
Bedømmelse 4.00/5 Samlet 1 Bedømmelser
Udvikler https://calcpedia.com
Betalingsmetode free
Understøttede Sprog 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
    }
}