Hex Clock

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

Cos'è Hex Clock?

Hex Clock è un'estensione di Chrome sviluppata da billsearle, e la sua funzione principale è "Color changing clock based on current time converted to hex color codes".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Hex Clock

Scarica i file di estensione Hex Clock in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Hex Clock Hex Clock
ID pdonflklnjbgccapfenhjdanehgejbkj
URL Ufficiale https://chromewebstore.google.com/detail/hex-clock/pdonflklnjbgccapfenhjdanehgejbkj
Descrizione Color changing clock based on current time converted to hex color codes
Dimensione del File 134 KB
Conteggio Installazioni 72
Versione Corrente 0.3.1
Ultimo Aggiornamento 2014-12-19
Data di Pubblicazione 2014-12-19
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore billsearle
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://billsearle.me
URL della Pagina di Aiuto https://github.com/searleb/color-clock/issues
Lingue Supportate 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"
    }
}