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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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