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…

Apa itu XKCD Alt Text?

XKCD Alt Text adalah ekstensi Chrome yang dikembangkan oleh James Kwan, dan fitur utamanya adalah "The XKCD Alt Text extension makes it slightly easier to read the XKCD web comic. It's primary function is to add a description…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi XKCD Alt Text

Unduh file ekstensi XKCD Alt Text 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

                        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                    

Informasi Dasar Ekstensi

Nama XKCD Alt Text XKCD Alt Text
ID gncnccgkhldnjnmhlmgcghhgbckeobph
URL Resmi https://chromewebstore.google.com/detail/xkcd-alt-text/gncnccgkhldnjnmhlmgcghhgbckeobph
Deskripsi The XKCD Alt Text extension makes it slightly easier to read the XKCD web comic. It's primary function is to add a description…
Ukuran File 57.64 KB
Jumlah Instalasi 736
Versi Saat Ini 2.8.1
Terakhir Diperbarui 2014-01-27
Tanggal Publikasi 2014-01-26
Penilaian 4.06/5 Total 17 Penilaian
Pengembang James Kwan
Tipe Pembayaran free
Bahasa yang Didukung 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"
}