xkcdAlt

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

Apa itu xkcdAlt?

xkcdAlt adalah ekstensi Chrome yang dikembangkan oleh TPReal, dan fitur utamanya adalah "Read alt text under xkcd comic strips easier. Extension by TPReal".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi xkcdAlt

Unduh file ekstensi xkcdAlt dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama xkcdAlt xkcdAlt
ID enpodcpdpfdedhkgjdhlbjaknfkcelpp
URL Resmi https://chromewebstore.google.com/detail/xkcdalt/enpodcpdpfdedhkgjdhlbjaknfkcelpp
Deskripsi Read alt text under xkcd comic strips easier. Extension by TPReal
Ukuran File 13.73 KB
Jumlah Instalasi 104
Versi Saat Ini 0.8
Terakhir Diperbarui 2013-06-15
Tanggal Publikasi 2013-06-15
Penilaian 4.09/5 Total 11 Penilaian
Pengembang TPReal
Tipe Pembayaran free
Situs Ekstensi http://code.google.com/p/tpchromeextensions/wiki/ExtensionXKCDAlt
URL Halaman Bantuan http://tpchromeextensions.blogspot.com/
Bahasa yang Didukung 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
}