World Clock

Interactive world clocks extension, beautiful UI, easily one click to show, work offline.

Apa itu World Clock?

World Clock adalah ekstensi Chrome yang dikembangkan oleh bulenttastan, dan fitur utamanya adalah "Interactive world clocks extension, beautiful UI, easily one click to show, work offline.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi World Clock

Unduh file ekstensi World Clock 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

                        The world clock showing many cities including the UTC time. It's useful for people working with remote teams with a visual way to see if it is night or daytime.

* Switch between 12h and 24h views
* See UTC (GMT) time, helpful to check any server time
* Countries and individual cities included
* Automatically adjusts for daylight savings time                    

Informasi Dasar Ekstensi

Nama World Clock World Clock
ID dngepaapinafpbhfbfjhkcbabhfakmia
URL Resmi https://chromewebstore.google.com/detail/world-clock/dngepaapinafpbhfbfjhkcbabhfakmia
Deskripsi Interactive world clocks extension, beautiful UI, easily one click to show, work offline.
Ukuran File 236 KB
Jumlah Instalasi 822
Versi Saat Ini 1.1
Terakhir Diperbarui 2020-11-28
Tanggal Publikasi 2020-04-10
Penilaian 5.00/5 Total 3 Penilaian
Pengembang bulenttastan
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "World Clock",
    "version": "1.1",
    "description": "Interactive world clocks extension, beautiful UI, easily one click to show, work offline.",
    "browser_action": {
        "default_icon": "assets\/images\/logo\/19.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "32": "\/assets\/images\/logo\/32.png",
        "48": "\/assets\/images\/logo\/48.png",
        "64": "\/assets\/images\/logo\/64.png",
        "128": "\/assets\/images\/logo\/128.png"
    },
    "manifest_version": 2
}