xkcdAlt

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

Qu'est-ce que xkcdAlt ?

xkcdAlt est une extension Chrome développée par TPReal, et sa fonction principale est "Read alt text under xkcd comic strips easier. Extension by TPReal".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension xkcdAlt

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

                        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.                    

Informations de Base sur l'Extension

Nom xkcdAlt xkcdAlt
ID enpodcpdpfdedhkgjdhlbjaknfkcelpp
URL Officiel https://chromewebstore.google.com/detail/xkcdalt/enpodcpdpfdedhkgjdhlbjaknfkcelpp
Description Read alt text under xkcd comic strips easier. Extension by TPReal
Taille du Fichier 13.73 KB
Nombre d'Installations 104
Version Actuelle 0.8
Dernière Mise à Jour 2013-06-15
Date de Publication 2013-06-15
Évaluation 4.09/5 Total 11 Évaluations
Développeur TPReal
Type de Paiement free
Site Web de l'Extension http://code.google.com/p/tpchromeextensions/wiki/ExtensionXKCDAlt
URL de la Page d'Aide http://tpchromeextensions.blogspot.com/
Langues Prises en Charge 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
}