0x23CLOCK

Pretty Clock

Cos'è 0x23CLOCK?

0x23CLOCK è un'estensione di Chrome sviluppata da touchy, e la sua funzione principale è "Pretty Clock".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione 0x23CLOCK

Scarica i file di estensione 0x23CLOCK 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

                        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                    

Informazioni di Base sull'Estensione

Nome 0x23CLOCK 0x23CLOCK
ID lipgkofjhgkedpbcnchdhcfjgdagfpio
URL Ufficiale https://chrome.google.com/webstore/detail/0x23clock/lipgkofjhgkedpbcnchdhcfjgdagfpio
Descrizione Pretty Clock
Dimensione del File 86.61 KB
Conteggio Installazioni 286
Versione Corrente 0.1.2
Ultimo Aggiornamento 2014-06-20
Data di Pubblicazione 2014-06-20
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore touchy
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}