XKCD Explainer

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

XKCD Explainer क्या है?

XKCD Explainer Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a button to every XKCD webcomic that links to the relevant page in explainxkcd."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में XKCD Explainer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम XKCD Explainer XKCD Explainer
ID iicndfighifkfkpijajnnhhbdmnohcml
आधिकारिक URL https://chromewebstore.google.com/detail/xkcd-explainer/iicndfighifkfkpijajnnhhbdmnohcml
विवरण Adds a button to every XKCD webcomic that links to the relevant page in explainxkcd.
फ़ाइल का आकार 23.61 KB
स्थापना संख्या 34
वर्तमान संस्करण 1.0
अंतिम अपडेट 2018-10-16
प्रकाशन तिथि 2018-10-16
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
            ]
        }
    ]
}