Word Clock

A beautiful word clock that replaces the default New Tab interface.

Что такое Word Clock?

Word Clock - это расширение Chrome, разработанное Chris Dalke, и его основная функция - "A beautiful word clock that replaces the default New Tab interface.".

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

screenshot

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

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

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

                        Word Clock is a simple, beautiful background for your new tab screen. The extension replaces the new tab screen with a Grid-style word clock, with words that light up to show the current time.

Coming Soon:
-24 hour time
-Support for time zones besides the client time
-Customizable color palette for background

Please leave a rating!                    

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

Название Word Clock Word Clock
ID ephnjjcgghfoadekcfjmflbikcjcglmm
Официальный URL https://chrome.google.com/webstore/detail/word-clock/ephnjjcgghfoadekcfjmflbikcjcglmm
Описание A beautiful word clock that replaces the default New Tab interface.
Размер файла 1.32 MB
Количество установок 86
Текущая Версия 1.0
Последнее Обновление 2016-05-30
Дата публикации 2016-05-30
Рейтинг 3.75/5 Всего 4 оценок
Разработчик Chris Dalke
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word Clock",
    "short_name": "Word Clock",
    "version": "1.0",
    "description": "A beautiful word clock that replaces the default New Tab interface.",
    "author": "Chris Dalke",
    "icons": {
        "48": "static\/img\/icon48.png",
        "128": "static\/img\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.htm"
    }
}