XKCD Alt Text

The XKCD Alt Text extension makes it slightly easier to read the XKCD web comic. It's primary function is to add a description…

¿Qué es XKCD Alt Text?

XKCD Alt Text es una extensión de Chrome desarrollada por James Kwan, y su función principal es "The XKCD Alt Text extension makes it slightly easier to read the XKCD web comic. It's primary function is to add a description…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión XKCD Alt Text

Descarga archivos de extensión XKCD Alt Text en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        The XKCD Alt Text extension makes it slightly easier to read the XKCD web comic. It's primary function is to add a description beneath the comic, so that you don't have to try and read the tiny hover text before it fades away. It can also move the header below the comic, to increase visibility. This feature can easily be disabled. Update 2.8.1: Works over HTTPS                    

Información Básica de la Extensión

Nombre XKCD Alt Text XKCD Alt Text
ID gncnccgkhldnjnmhlmgcghhgbckeobph
URL Oficial https://chromewebstore.google.com/detail/xkcd-alt-text/gncnccgkhldnjnmhlmgcghhgbckeobph
Descripción The XKCD Alt Text extension makes it slightly easier to read the XKCD web comic. It's primary function is to add a description…
Tamaño del Archivo 57.64 KB
Cantidad de Instalaciones 736
Versión Actual 2.8.1
Última Actualización 2014-01-27
Fecha de Publicación 2014-01-26
Calificación 4.06/5 Total de 17 Calificaciones
Desarrollador James Kwan
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "xkcdalt.js"
            ],
            "matches": [
                "*:\/\/xkcd.com\/*",
                "*:\/\/xkcd.org\/*",
                "*:\/\/xkcd.net\/*",
                "*:\/\/www.xkcd.com\/*",
                "*:\/\/www.xkcd.org\/*",
                "*:\/\/www.xkcd.net\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "options.html",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "name": "XKCD Alt Text",
    "version": "2.8.1"
}