World Clock

An extension which displays time in different timezones.

Что такое World Clock?

World Clock - это расширение Chrome, разработанное Rajasri Systems, и его основная функция - "An extension which displays time in different timezones.".

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

screenshot

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

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

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

                        An extension to display time in different time zones. 
300+ timezones available. 
Automatic synchronisation with the system timezone. 
Setup the world clock!                    

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

Название World Clock World Clock
ID nfigbefbepjmkffdeelklglfjponlpbo
Официальный URL https://chromewebstore.google.com/detail/world-clock/nfigbefbepjmkffdeelklglfjponlpbo
Описание An extension which displays time in different timezones.
Размер файла 6.15 MB
Количество установок 69
Текущая Версия 2.1
Последнее Обновление 2023-04-13
Дата публикации 2021-04-11
Разработчик Rajasri Systems
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://rajasri.com/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "World Clock",
    "description": "An extension which displays time in different timezones.",
    "version": "2.1",
    "author": "Rajasri Systems",
    "browser_action": {
        "default_icon": "images\/worldclockfavicon.png",
        "default_popup": "index.html"
    },
    "background": {
        "page": "index.html"
    },
    "icons": {
        "16": "images\/worldclockfavicon.png",
        "32": "images\/worldclock32x32.png",
        "48": "images\/worldclock48x48.png",
        "128": "images\/worldclock128x128.png"
    }
}