Color Clock

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

Qu'est-ce que Color Clock ?

Color Clock est une extension Chrome développée par google, et sa fonction principale est "Clock that uses hex numbers to display the color that correlates with the exact time.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

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

Téléchargez les fichiers d'extension Color 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

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

Informations de Base sur l'Extension

Nom Color Clock Color Clock
ID elkjgefanklhkjebfjfngcafjgjnfadh
URL Officiel https://chrome.google.com/webstore/detail/color-clock/elkjgefanklhkjebfjfngcafjgjnfadh
Description Clock that uses hex numbers to display the color that correlates with the exact time.
Taille du Fichier 27 KB
Nombre d'Installations 15
Version Actuelle 1.0
Dernière Mise à Jour 2015-08-24
Date de Publication 2015-08-24
Évaluation 1.00/5 Total 1 Évaluations
Développeur google
Type de Paiement free
Langues Prises en Charge 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"
    }
}