Hex Clock

Color changing clock based on current time converted to hex color codes

Что такое Hex Clock?

Hex Clock - это расширение Chrome, разработанное billsearle, и его основная функция - "Color changing clock based on current time converted to hex color codes".

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

screenshot
screenshot
screenshot

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

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

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

                        Lighten up.

The Hex Clock for Chrome replaces your new tab with a 24hr clock and corresponding hex coded background. Seamlessly fading into the next colour every second.                    

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

Название Hex Clock Hex Clock
ID pdonflklnjbgccapfenhjdanehgejbkj
Официальный URL https://chromewebstore.google.com/detail/hex-clock/pdonflklnjbgccapfenhjdanehgejbkj
Описание Color changing clock based on current time converted to hex color codes
Размер файла 134 KB
Количество установок 72
Текущая Версия 0.3.1
Последнее Обновление 2014-12-19
Дата публикации 2014-12-19
Рейтинг 5.00/5 Всего 1 оценок
Разработчик billsearle
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://billsearle.me
URL страницы помощи https://github.com/searleb/color-clock/issues
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hex Clock",
    "description": "Color changing clock based on current time converted to hex color codes",
    "version": "0.3.1",
    "offline_enabled": true,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    }
}