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