Exact Time - Local & UTC

Displays precise local and utc date and time

Apa itu Exact Time - Local & UTC?

Exact Time - Local & UTC adalah ekstensi Chrome yang dikembangkan oleh https://calcpedia.com, dan fitur utamanya adalah "Displays precise local and utc date and time".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Exact Time - Local & UTC

Unduh file ekstensi Exact Time - Local & UTC dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Exact Time - Local & UTC Exact Time - Local & UTC
ID iceehfhoipgiceeepgmecejmgcdckohb
URL Resmi https://chromewebstore.google.com/detail/exact-time-local-utc/iceehfhoipgiceeepgmecejmgcdckohb
Deskripsi Displays precise local and utc date and time
Ukuran File 199 KB
Jumlah Instalasi 876
Versi Saat Ini 0.9
Terakhir Diperbarui 2017-02-14
Tanggal Publikasi 2017-02-14
Penilaian 4.00/5 Total 1 Penilaian
Pengembang https://calcpedia.com
Tipe Pembayaran free
Bahasa yang Didukung 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
    }
}