WorldClock

View time in different time zones

Apa itu WorldClock?

WorldClock adalah ekstensi Chrome yang dikembangkan oleh hocgin, dan fitur utamanya adalah "View time in different time zones".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi WorldClock

Unduh file ekstensi WorldClock 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

                        Convenient display of time in different time zones                    

Informasi Dasar Ekstensi

Nama WorldClock WorldClock
ID nebbdojokcmmhkcmnmijdijimhhiikdj
URL Resmi https://chromewebstore.google.com/detail/worldclock/nebbdojokcmmhkcmnmijdijimhhiikdj
Deskripsi View time in different time zones
Ukuran File 601 KB
Jumlah Instalasi 896
Versi Saat Ini 0.0.4
Terakhir Diperbarui 2023-09-21
Tanggal Publikasi 2023-03-01
Pengembang hocgin
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://logspot.hocgin.top/privacy
Bahasa yang Didukung en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "version": "0.0.4",
    "description": "__MSG_extension_description__",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "action": {
        "default_popup": "$popup.html",
        "default_title": "__MSG_extension_action_title__"
    },
    "icons": {
        "16": "$_logo_16.png",
        "32": "$_logo_32.png",
        "48": "$_logo_48.png",
        "128": "$_logo_128.png"
    },
    "homepage_url": "https:\/\/logspot.hocgin.top\/addone-world-clock",
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        "storage",
        "notifications"
    ],
    "background": {
        "service_worker": "background.js"
    }
}