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 Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays the current time in US Eastern, Central, and Pacific time zones accounting for daylight saving."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Current Time in US Time Zones एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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": []
}