Clext

Grammer Clock in your browser

Cos'è Clext?

Clext è un'estensione di Chrome sviluppata da Jarques, e la sua funzione principale è "Grammer Clock in your browser".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Clext

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

                        Clext is a simple Chrome Extension to let you know the time in an easy to read sentence.

Clext uses GrammerTime by Thomas Davis: http://www.designedbythomas.co.uk/blog/grammartime-javascript-word-clock                    

Informazioni di Base sull'Estensione

Nome Clext Clext
ID pdmdlpkmpfbcbnldaanecoeilkkcfhcl
URL Ufficiale https://chrome.google.com/webstore/detail/clext/pdmdlpkmpfbcbnldaanecoeilkkcfhcl
Descrizione Grammer Clock in your browser
Dimensione del File 8.24 KB
Conteggio Installazioni 15
Versione Corrente 1
Ultimo Aggiornamento 2012-10-18
Data di Pubblicazione 2012-10-18
Sviluppatore Jarques
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clext",
    "version": "1",
    "description": "Grammer Clock in your browser",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "grammer.js"
        ]
    },
    "permissions": [
        "notifications"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}