World Clock

Interactive world clocks extension, beautiful UI, easily one click to show, work offline.

Что такое World Clock?

World Clock - это расширение Chrome, разработанное bulenttastan, и его основная функция - "Interactive world clocks extension, beautiful UI, easily one click to show, work offline.".

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

screenshot
screenshot

Скачать файл CRX расширения World Clock

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

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

                        The world clock showing many cities including the UTC time. It's useful for people working with remote teams with a visual way to see if it is night or daytime.

* Switch between 12h and 24h views
* See UTC (GMT) time, helpful to check any server time
* Countries and individual cities included
* Automatically adjusts for daylight savings time                    

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

Название World Clock World Clock
ID dngepaapinafpbhfbfjhkcbabhfakmia
Официальный URL https://chromewebstore.google.com/detail/world-clock/dngepaapinafpbhfbfjhkcbabhfakmia
Описание Interactive world clocks extension, beautiful UI, easily one click to show, work offline.
Размер файла 236 KB
Количество установок 822
Текущая Версия 1.1
Последнее Обновление 2020-11-28
Дата публикации 2020-04-10
Рейтинг 5.00/5 Всего 3 оценок
Разработчик bulenttastan
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "World Clock",
    "version": "1.1",
    "description": "Interactive world clocks extension, beautiful UI, easily one click to show, work offline.",
    "browser_action": {
        "default_icon": "assets\/images\/logo\/19.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "32": "\/assets\/images\/logo\/32.png",
        "48": "\/assets\/images\/logo\/48.png",
        "64": "\/assets\/images\/logo\/64.png",
        "128": "\/assets\/images\/logo\/128.png"
    },
    "manifest_version": 2
}