XKCD Explainer

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

What is XKCD Explainer?

XKCD Explainer is a Chrome extension developed by Unknown, and its main feature is "Adds a button to every XKCD webcomic that links to the relevant page in explainxkcd.".

Extension Screenshots

screenshot

Download XKCD Explainer Extension CRX File

Download XKCD Explainer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name XKCD Explainer XKCD Explainer
ID iicndfighifkfkpijajnnhhbdmnohcml
Official URL https://chromewebstore.google.com/detail/xkcd-explainer/iicndfighifkfkpijajnnhhbdmnohcml
Description Adds a button to every XKCD webcomic that links to the relevant page in explainxkcd.
File Size 23.61 KB
Installation Count 34
Current Version 1.0
Last Updated 2018-10-16
Publish Date 2018-10-16
Rating 5.00/5 Total 2 Ratings
Developer Unknown
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}