xkcdAlt

Read alt text under xkcd comic strips easier. Extension by TPReal

Cos'è xkcdAlt?

xkcdAlt è un'estensione di Chrome sviluppata da TPReal, e la sua funzione principale è "Read alt text under xkcd comic strips easier. Extension by TPReal".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione xkcdAlt

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

                        Shows the title text under xkcd comic strips.

The text is visible under the comic strip only when you're holding your mouse over the strip, or when you select the text. This prevents you from accidentally reading the text too early, as in some cases this could be sort of a spoiler for the strip.                    

Informazioni di Base sull'Estensione

Nome xkcdAlt xkcdAlt
ID enpodcpdpfdedhkgjdhlbjaknfkcelpp
URL Ufficiale https://chromewebstore.google.com/detail/xkcdalt/enpodcpdpfdedhkgjdhlbjaknfkcelpp
Descrizione Read alt text under xkcd comic strips easier. Extension by TPReal
Dimensione del File 13.73 KB
Conteggio Installazioni 104
Versione Corrente 0.8
Ultimo Aggiornamento 2013-06-15
Data di Pubblicazione 2013-06-15
Valutazione 4.09/5 Totale 11 Valutazioni
Sviluppatore TPReal
Tipo di Pagamento free
Sito Web dell'Estensione http://code.google.com/p/tpchromeextensions/wiki/ExtensionXKCDAlt
URL della Pagina di Aiuto http://tpchromeextensions.blogspot.com/
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "xkcdAlt",
    "description": "Read alt text under xkcd comic strips easier. Extension by TPReal",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/xkcd.com\/*",
                "*:\/\/www.xkcd.com\/*"
            ],
            "js": [
                "xkcdAlt.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/xkcd16.png",
        "32": "img\/xkcd32.png",
        "48": "img\/xkcd48.png",
        "128": "img\/xkcd128.png"
    },
    "version": "0.8",
    "manifest_version": 2
}