Current Time in US Time Zones

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

Qu'est-ce que Current Time in US Time Zones ?

Current Time in US Time Zones est une extension Chrome développée par Unknown, et sa fonction principale est "Displays the current time in US Eastern, Central, and Pacific time zones accounting for daylight saving.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Current Time in US Time Zones

Téléchargez les fichiers d'extension Current Time in US Time Zones au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Current Time in US Time Zones Current Time in US Time Zones
ID mflmgpdkgbihgojplljecakngbcokfme
URL Officiel https://chromewebstore.google.com/detail/current-time-in-us-time-z/mflmgpdkgbihgojplljecakngbcokfme
Description Displays the current time in US Eastern, Central, and Pacific time zones accounting for daylight saving.
Taille du Fichier 147 KB
Nombre d'Installations 1,209
Version Actuelle 0.0.4
Dernière Mise à Jour 2019-06-14
Date de Publication 2019-06-13
Évaluation 4.50/5 Total 2 Évaluations
Développeur Unknown
Type de Paiement free
Site Web de l'Extension https://github.com/dt-jb/timezone-ext-chrome
Langues Prises en Charge 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": []
}