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…

Co je XKCD Alt Text?

XKCD Alt Text je rozšíření Chrome vyvinuté James Kwan, a jeho hlavní funkcí je „The XKCD Alt Text extension makes it slightly easier to read the XKCD web comic. It's primary function is to add a description…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření XKCD Alt Text

Stáhněte si soubory rozšíření XKCD Alt Text ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název XKCD Alt Text XKCD Alt Text
ID gncnccgkhldnjnmhlmgcghhgbckeobph
Oficiální URL https://chromewebstore.google.com/detail/xkcd-alt-text/gncnccgkhldnjnmhlmgcghhgbckeobph
Popis The XKCD Alt Text extension makes it slightly easier to read the XKCD web comic. It's primary function is to add a description…
Velikost souboru 57.64 KB
Počet instalací 736
Aktuální Verze 2.8.1
Poslední Aktualizace 2014-01-27
Datum Vydání 2014-01-26
Hodnocení 4.06/5 Celkem 17 Hodnocení
Vývojář James Kwan
Typ Platby free
Podporované Jazyky 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"
}