Current Time in US Time Zones

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

Vad är Current Time in US Time Zones?

Current Time in US Time Zones är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Displays the current time in US Eastern, Central, and Pacific time zones accounting for daylight saving.".

Tilläggsskärmbilder

screenshot

Ladda ner Current Time in US Time Zones-förlängningens CRX-fil

Ladda ner Current Time in US Time Zones-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Current Time in US Time Zones Current Time in US Time Zones
ID mflmgpdkgbihgojplljecakngbcokfme
Officiell webbadress https://chromewebstore.google.com/detail/current-time-in-us-time-z/mflmgpdkgbihgojplljecakngbcokfme
Beskrivning Displays the current time in US Eastern, Central, and Pacific time zones accounting for daylight saving.
Filstorlek 147 KB
Antal Installationer 1,209
Aktuell Version 0.0.4
Senast Uppdaterad 2019-06-14
Publiceringsdatum 2019-06-13
Betyg 4.50/5 Totalt 2 Betyg
Utvecklare Unknown
Betalningssätt free
Tilläggswebbplats https://github.com/dt-jb/timezone-ext-chrome
Stödda Språk 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": []
}