Current Time in US Time Zones

Displays the current time in US Eastern, Central, and Pacific time zones accounting for daylight saving.

Apa itu Current Time in US Time Zones?

Current Time in US Time Zones adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Displays the current time in US Eastern, Central, and Pacific time zones accounting for daylight saving.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Current Time in US Time Zones

Unduh file ekstensi Current Time in US Time Zones 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

                        Simple popup extension that provides the current time for US timezones (Eastern, Central, Pacific) in either standard time or daylight saving time, depending on the time of year.                    

Informasi Dasar Ekstensi

Nama Current Time in US Time Zones Current Time in US Time Zones
ID mflmgpdkgbihgojplljecakngbcokfme
URL Resmi https://chromewebstore.google.com/detail/current-time-in-us-time-z/mflmgpdkgbihgojplljecakngbcokfme
Deskripsi Displays the current time in US Eastern, Central, and Pacific time zones accounting for daylight saving.
Ukuran File 147 KB
Jumlah Instalasi 1,209
Versi Saat Ini 0.0.4
Terakhir Diperbarui 2019-06-14
Tanggal Publikasi 2019-06-13
Penilaian 4.50/5 Total 2 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Situs Ekstensi https://github.com/dt-jb/timezone-ext-chrome
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Current Time in US Time Zones",
    "description": "Displays the current time in US Eastern, Central, and Pacific time zones accounting for daylight saving.",
    "version": "0.0.4",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "icons": {
        "16": "clock.png",
        "48": "clock.png",
        "128": "clock.png"
    },
    "permissions": []
}