XKCD Explainer

Adds a button to every XKCD webcomic that links to the relevant page in explainxkcd.

Apa itu XKCD Explainer?

XKCD Explainer adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Adds a button to every XKCD webcomic that links to the relevant page in explainxkcd.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi XKCD Explainer

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

                        Do you find yourself occasionally puzzled by a reference on XKCD?

Good news! Puzzle no more!

This extension will add a button to every XKCD comic (appropriately named "Huh?") that will send you directly to the corresponding explainxkcd.com page.                    

Informasi Dasar Ekstensi

Nama XKCD Explainer XKCD Explainer
ID iicndfighifkfkpijajnnhhbdmnohcml
URL Resmi https://chromewebstore.google.com/detail/xkcd-explainer/iicndfighifkfkpijajnnhhbdmnohcml
Deskripsi Adds a button to every XKCD webcomic that links to the relevant page in explainxkcd.
Ukuran File 23.61 KB
Jumlah Instalasi 34
Versi Saat Ini 1.0
Terakhir Diperbarui 2018-10-16
Tanggal Publikasi 2018-10-16
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "XKCD Explainer",
    "version": "1.0",
    "description": "Adds a button to every XKCD webcomic that links to the relevant page in explainxkcd.",
    "icons": {
        "48": "icons\/xkcd.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.xkcd.com\/*"
            ],
            "js": [
                "explain_xkcd.js"
            ]
        }
    ]
}