0x23CLOCK

Pretty Clock

Qu'est-ce que 0x23CLOCK ?

0x23CLOCK est une extension Chrome développée par touchy, et sa fonction principale est "Pretty Clock".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension 0x23CLOCK

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

                        A nifty clock that changes the color of the page to the hex color of time.


Toggle Full Screen: 'F'

based off: http://www.jacopocolo.com/hexclock/#.
Source: https://github.com/seanstar12/0x23CLOCK                    

Informations de Base sur l'Extension

Nom 0x23CLOCK 0x23CLOCK
ID lipgkofjhgkedpbcnchdhcfjgdagfpio
URL Officiel https://chrome.google.com/webstore/detail/0x23clock/lipgkofjhgkedpbcnchdhcfjgdagfpio
Description Pretty Clock
Taille du Fichier 86.61 KB
Nombre d'Installations 286
Version Actuelle 0.1.2
Dernière Mise à Jour 2014-06-20
Date de Publication 2014-06-20
Évaluation 5.00/5 Total 1 Évaluations
Développeur touchy
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "0x23CLOCK",
    "version": "0.1.2",
    "manifest_version": 2,
    "description": "Pretty Clock",
    "icons": {
        "128": "images\/icon.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "images\/iconPage.png"
    },
    "permissions": [
        "tabs",
        "background"
    ],
    "web_accessible_resources": [
        "js\/*",
        "fonts\/*",
        "clock.html"
    ]
}