The Worldwide Clocks

The Worldwide Clocks can display time from various cities and timezones around the world with automatic Daylight Saving Time.

Что такое The Worldwide Clocks?

The Worldwide Clocks - это расширение Chrome, разработанное TheMojo Apps, и его основная функция - "The Worldwide Clocks can display time from various cities and timezones around the world with automatic Daylight Saving Time.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения The Worldwide Clocks

Скачайте файлы расширений The Worldwide Clocks в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        The Worldwide Clocks are analog and digital clocks plugin based on GMT offsets. Perfect for world clocks. It is supporting automatic daylight saving time conversions for affected timezone.

Features:
=> Analog Clock
=> Digital Clock
=> Date Display
=> 5 Clock Skins
=> GMT Timezone Offsets
=> Automatic Daylight Saving Time conversion on affected timezone.

Developed By: TheJimIT
Credits: jClocksGMT for MIT License                    

Основная информация о расширении

Название The Worldwide Clocks The Worldwide Clocks
ID ejmmcphlocoahmbnnoihjbcknceealkk
Официальный URL https://chromewebstore.google.com/detail/the-worldwide-clocks/ejmmcphlocoahmbnnoihjbcknceealkk
Описание The Worldwide Clocks can display time from various cities and timezones around the world with automatic Daylight Saving Time.
Размер файла 175 KB
Количество установок 322
Текущая Версия 1.2
Последнее Обновление 2022-06-08
Дата публикации 2018-04-21
Разработчик TheMojo Apps
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.doozytools.com/
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Worldwide Clocks",
    "short_name": "The Worldwide Clocks",
    "description": "The Worldwide Clocks can display time from various cities and timezones around the world with automatic Daylight Saving Time.",
    "version": "1.2",
    "author": "TheJimIT",
    "icons": {
        "128": "icon.png",
        "48": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ]
}