Hex Clock

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

Co to jest Hex Clock?

Hex Clock to rozszerzenie Chrome opracowane przez billsearle, a jego główną funkcją jest „Color changing clock based on current time converted to hex color codes”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Hex Clock

Pobierz pliki rozszerzeń Hex 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Hex Clock Hex Clock
ID pdonflklnjbgccapfenhjdanehgejbkj
Oficjalny URL https://chromewebstore.google.com/detail/hex-clock/pdonflklnjbgccapfenhjdanehgejbkj
Opis Color changing clock based on current time converted to hex color codes
Rozmiar pliku 134 KB
Liczba instalacji 72
Aktualna Wersja 0.3.1
Ostatnia Aktualizacja 2014-12-19
Data Publikacji 2014-12-19
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper billsearle
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://billsearle.me
Adres URL Strony Pomocy https://github.com/searleb/color-clock/issues
Obsługiwane Języki 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"
    }
}