Current Time in US Time Zones

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

Τι είναι το Current Time in US Time Zones;

Το Current Time in US Time Zones είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "Displays the current time in US Eastern, Central, and Pacific time zones accounting for daylight saving.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Current Time in US Time Zones

Λήψη αρχείων επέκτασης Current Time in US Time Zones σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Current Time in US Time Zones Current Time in US Time Zones
ID mflmgpdkgbihgojplljecakngbcokfme
Επίσημο URL https://chromewebstore.google.com/detail/current-time-in-us-time-z/mflmgpdkgbihgojplljecakngbcokfme
Περιγραφή Displays the current time in US Eastern, Central, and Pacific time zones accounting for daylight saving.
Μέγεθος Αρχείου 147 KB
Αριθμός Εγκαταστάσεων 1,209
Τρέχουσα Έκδοση 0.0.4
Τελευταία Ενημέρωση 2019-06-14
Ημερομηνία Δημοσίευσης 2019-06-13
Αξιολόγηση 4.50/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Unknown
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/dt-jb/timezone-ext-chrome
Υποστηριζόμενες Γλώσσες 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": []
}