Exact Time - Local & UTC

Displays precise local and utc date and time

Co to jest Exact Time - Local & UTC?

Exact Time - Local & UTC to rozszerzenie Chrome opracowane przez https://calcpedia.com, a jego główną funkcją jest „Displays precise local and utc date and time”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Exact Time - Local & UTC

Pobierz pliki rozszerzeń Exact Time - Local & UTC w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Exact Time - Local & UTC Exact Time - Local & UTC
ID iceehfhoipgiceeepgmecejmgcdckohb
Oficjalny URL https://chromewebstore.google.com/detail/exact-time-local-utc/iceehfhoipgiceeepgmecejmgcdckohb
Opis Displays precise local and utc date and time
Rozmiar pliku 199 KB
Liczba instalacji 876
Aktualna Wersja 0.9
Ostatnia Aktualizacja 2017-02-14
Data Publikacji 2017-02-14
Ocena 4.00/5 Łącznie 1 Oceny
Deweloper https://calcpedia.com
Typ Płatności free
Obsługiwane Języki 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
    }
}