Current Time in US Time Zones

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

Co to jest Current Time in US Time Zones?

Current Time in US Time Zones to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Displays the current time in US Eastern, Central, and Pacific time zones accounting for daylight saving.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Current Time in US Time Zones

Pobierz pliki rozszerzeń Current Time in US Time Zones w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Current Time in US Time Zones Current Time in US Time Zones
ID mflmgpdkgbihgojplljecakngbcokfme
Oficjalny URL https://chromewebstore.google.com/detail/current-time-in-us-time-z/mflmgpdkgbihgojplljecakngbcokfme
Opis Displays the current time in US Eastern, Central, and Pacific time zones accounting for daylight saving.
Rozmiar pliku 147 KB
Liczba instalacji 1,209
Aktualna Wersja 0.0.4
Ostatnia Aktualizacja 2019-06-14
Data Publikacji 2019-06-13
Ocena 4.50/5 Łącznie 2 Oceny
Deweloper Unknown
Typ Płatności free
Strona Rozszerzenia https://github.com/dt-jb/timezone-ext-chrome
Obsługiwane Języki 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": []
}