Color Clock

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

Co to jest Color Clock?

Color Clock to rozszerzenie Chrome opracowane przez google, a jego główną funkcją jest „Clock that uses hex numbers to display the color that correlates with the exact time.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Color Clock

Pobierz pliki rozszerzeń Color Clock w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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 . . .                    

Podstawowe informacje o rozszerzeniu

Nazwa Color Clock Color Clock
ID elkjgefanklhkjebfjfngcafjgjnfadh
Oficjalny URL https://chrome.google.com/webstore/detail/color-clock/elkjgefanklhkjebfjfngcafjgjnfadh
Opis Clock that uses hex numbers to display the color that correlates with the exact time.
Rozmiar pliku 27 KB
Liczba instalacji 15
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2015-08-24
Data Publikacji 2015-08-24
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper google
Typ Płatności free
Obsługiwane Języki 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"
    }
}