Color Clock

Clock that uses hex numbers to display the color that correlates with the exact time.

Что такое Color Clock?

Color Clock - это расширение Chrome, разработанное google, и его основная функция - "Clock that uses hex numbers to display the color that correlates with the exact time.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        The Color Clock extension will brighten up your day and your browser background according to the time.

It uses the current time, converts it into a hexadecimal color value, and changes the background accordingly with colors range from #000000 to #235959, matching every second within a 24 hour period.

The hour (first two numbers) represents the amount of red in the background, the minutes (third and fourth numbers) represents the amount of green in the background, and the seconds (fifth and sixth numbers) represents the amount of blue in the background.

Never a boring moment with Color Clock. Get it here today . . .                    

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

Название Color Clock Color Clock
ID elkjgefanklhkjebfjfngcafjgjnfadh
Официальный URL https://chrome.google.com/webstore/detail/color-clock/elkjgefanklhkjebfjfngcafjgjnfadh
Описание Clock that uses hex numbers to display the color that correlates with the exact time.
Размер файла 27 KB
Количество установок 15
Текущая Версия 1.0
Последнее Обновление 2015-08-24
Дата публикации 2015-08-24
Рейтинг 1.00/5 Всего 1 оценок
Разработчик google
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Color Clock",
    "description": "Clock that uses hex numbers to display the color that correlates with the exact time.",
    "version": "1.0",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "public\/index.html"
    }
}