World Clocks

World Clock. It displays multiple world clocks that you can add, remove, sort and edit.

Apa itu World Clocks?

World Clocks adalah ekstensi Chrome yang dikembangkan oleh makoto_kw, dan fitur utamanya adalah "World Clock. It displays multiple world clocks that you can add, remove, sort and edit.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi World Clocks

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

                        World Clock extension. It depends on coolclock (http://randomibis.com/coolclock/)                    

Informasi Dasar Ekstensi

Nama World Clocks World Clocks
ID innfmeekncjandlanpgdmmogkcimekgo
URL Resmi https://chromewebstore.google.com/detail/world-clocks/innfmeekncjandlanpgdmmogkcimekgo
Deskripsi World Clock. It displays multiple world clocks that you can add, remove, sort and edit.
Ukuran File 187 KB
Jumlah Instalasi 44,811
Versi Saat Ini 0.5
Terakhir Diperbarui 2012-12-28
Tanggal Publikasi 2012-12-28
Penilaian 4.12/5 Total 409 Penilaian
Pengembang makoto_kw
Tipe Pembayaran free
Bahasa yang Didukung en,ja
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_APP_TITLE__",
    "description": "__MSG_APP_DESCRIPTION__",
    "version": "0.5",
    "manifest_version": 2,
    "default_locale": "en",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon_16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon_16.png",
        "128": "icon_128.png"
    }
}