Hex Clock

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

Qu'est-ce que Hex Clock ?

Hex Clock est une extension Chrome développée par billsearle, et sa fonction principale est "Color changing clock based on current time converted to hex color codes".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Hex Clock

Téléchargez les fichiers d'extension Hex Clock au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Hex Clock Hex Clock
ID pdonflklnjbgccapfenhjdanehgejbkj
URL Officiel https://chromewebstore.google.com/detail/hex-clock/pdonflklnjbgccapfenhjdanehgejbkj
Description Color changing clock based on current time converted to hex color codes
Taille du Fichier 134 KB
Nombre d'Installations 72
Version Actuelle 0.3.1
Dernière Mise à Jour 2014-12-19
Date de Publication 2014-12-19
Évaluation 5.00/5 Total 1 Évaluations
Développeur billsearle
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://billsearle.me
URL de la Page d'Aide https://github.com/searleb/color-clock/issues
Langues Prises en Charge 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"
    }
}