Good Times - Time Zone Clocks

Browser button that displays time zone clocks

Apa itu Good Times - Time Zone Clocks?

Good Times - Time Zone Clocks adalah ekstensi Chrome yang dikembangkan oleh scottschafferdesign, dan fitur utamanya adalah "Browser button that displays time zone clocks".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Good Times - Time Zone Clocks

Unduh file ekstensi Good Times - Time Zone 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

                        This simple Browser Button displays your local time, and your choice of a number of popular time zones across the world. Add them to your clock list, sort them, and remove them at your leisure. Good Times also comes with a number of different color and font themes that you can flip through. New time zones and themes will be added over time.                    

Informasi Dasar Ekstensi

Nama Good Times - Time Zone Clocks Good Times - Time Zone Clocks
ID pflkmmpmblhpdngdddakekchmpaijdpb
URL Resmi https://chromewebstore.google.com/detail/good-times-time-zone-cloc/pflkmmpmblhpdngdddakekchmpaijdpb
Deskripsi Browser button that displays time zone clocks
Ukuran File 192 KB
Jumlah Instalasi 48
Versi Saat Ini 2.1
Terakhir Diperbarui 2021-04-16
Tanggal Publikasi 2021-04-04
Penilaian 5.00/5 Total 1 Penilaian
Pengembang scottschafferdesign
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Good Times - Time Zone Clocks",
    "version": "2.1",
    "description": "Browser button that displays time zone clocks",
    "author": "Scott Schaffer",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Good Times"
    },
    "permissions": [
        "storage"
    ]
}