World Clock Toolbar

EASY to access on your toolbar with a list of country that you visit often at a glance.

Apa itu World Clock Toolbar?

World Clock Toolbar adalah ekstensi Chrome yang dikembangkan oleh davidjutegsn911, dan fitur utamanya adalah "EASY to access on your toolbar with a list of country that you visit often at a glance.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi World Clock Toolbar

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

                        EASY to access on your toolbar with a list of country that you visit often at a glance.

FEATURE extended world clock from city to every country.

DISPLAY multiple world clocks that you can easily add, remove, sort and edit according to your preference.

SIMPLE design with just one click without searching it every time you want to look up for client, coworker or family’s current timezone in different country.

Feel free to share your opinion, ideas and requests.                    

Informasi Dasar Ekstensi

Nama World Clock Toolbar World Clock Toolbar
ID kkppmdakhdcgoidhmoegcnbmboljojom
URL Resmi https://chromewebstore.google.com/detail/world-clock-toolbar/kkppmdakhdcgoidhmoegcnbmboljojom
Deskripsi EASY to access on your toolbar with a list of country that you visit often at a glance.
Ukuran File 2.76 MB
Jumlah Instalasi 1,678
Versi Saat Ini 1.2
Terakhir Diperbarui 2021-07-08
Tanggal Publikasi 2020-11-10
Penilaian 4.75/5 Total 8 Penilaian
Pengembang davidjutegsn911
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://world-clock-list.web.app/privacypolicy.html
Bahasa yang Didukung en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "World Clock Toolbar",
    "version": "1.2",
    "description": "EASY to access on your toolbar with a list of country that you visit often at a glance.",
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/earthclock_16.png",
            "32": "images\/earthclock_32.png",
            "48": "images\/earthclock_48.png",
            "128": "images\/earthclock_128.png"
        }
    },
    "icons": {
        "16": "images\/earthclock_16.png",
        "32": "images\/earthclock_32.png",
        "48": "images\/earthclock_48.png",
        "128": "images\/earthclock_128.png"
    },
    "manifest_version": 2
}