Hex Clock

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

Wat is Hex Clock?

Hex Clock is een Chrome-extensie ontwikkeld door billsearle, en de belangrijkste functie is "Color changing clock based on current time converted to hex color codes".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Hex Clock

Download Hex Clock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Hex Clock Hex Clock
ID pdonflklnjbgccapfenhjdanehgejbkj
Officiële URL https://chromewebstore.google.com/detail/hex-clock/pdonflklnjbgccapfenhjdanehgejbkj
Beschrijving Color changing clock based on current time converted to hex color codes
Bestandsgrootte 134 KB
Aantal Installaties 72
Huidige Versie 0.3.1
Laatst Bijgewerkt 2014-12-19
Publicatiedatum 2014-12-19
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar billsearle
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://billsearle.me
Help Pagina-URL https://github.com/searleb/color-clock/issues
Ondersteunde Talen 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"
    }
}