World Clocks new tab page

Replace the new tab page with up to 12 configurable world clocks

Что такое World Clocks new tab page?

World Clocks new tab page - это расширение Chrome, разработанное Martín Peverelli, и его основная функция - "Replace the new tab page with up to 12 configurable world clocks".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения World Clocks new tab page

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

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

                        Provides a main local clock, and up to 12 other smaller clocks configurable to any timezone.
All settings are kept in sync using Chrome Storage.
Clocks are configurable to 12 or 24 hour format.
The extension has two themes. 'light' and 'dark'.
Custom background URL support, for an online image to be loaded as background.                    

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

Название World Clocks new tab page World Clocks new tab page
ID opaffdnccgelcacfhbjigocjaigebbje
Официальный URL https://chromewebstore.google.com/detail/world-clocks-new-tab-page/opaffdnccgelcacfhbjigocjaigebbje
Описание Replace the new tab page with up to 12 configurable world clocks
Размер файла 214 KB
Количество установок 382
Текущая Версия 0.0.2.2
Последнее Обновление 2017-04-25
Дата публикации 2017-04-25
Рейтинг 2.63/5 Всего 19 оценок
Разработчик Martín Peverelli
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "World Clocks new tab page",
    "description": "Replace the new tab page with up to 12 configurable world clocks",
    "version": "0.0.2.2",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "main.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}