World Clocks New Tab

Replace your New Tab with a list of world Clocks.

Apa itu World Clocks New Tab?

World Clocks New Tab adalah ekstensi Chrome yang dikembangkan oleh joaxap, dan fitur utamanya adalah "Replace your New Tab with a list of world Clocks.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi World Clocks New Tab

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

                        Display a list of clocks from all time zones of the world in your new tab page. That simple.                    

Informasi Dasar Ekstensi

Nama World Clocks New Tab World Clocks New Tab
ID hmkjkkkebpjcabkafnefgibifoccimgd
URL Resmi https://chromewebstore.google.com/detail/world-clocks-new-tab/hmkjkkkebpjcabkafnefgibifoccimgd
Deskripsi Replace your New Tab with a list of world Clocks.
Ukuran File 218 KB
Jumlah Instalasi 340
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2020-02-10
Tanggal Publikasi 2020-02-10
Penilaian 5.00/5 Total 3 Penilaian
Pengembang joaxap
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "World Clocks New Tab",
    "description": "Replace your New Tab with a list of world Clocks.",
    "version": "1.0.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}