xkcdAlt

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

xkcdAlt क्या है?

xkcdAlt TPReal द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Read alt text under xkcd comic strips easier. Extension by TPReal"।

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

screenshot

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

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

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

                        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.                    

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

नाम xkcdAlt xkcdAlt
ID enpodcpdpfdedhkgjdhlbjaknfkcelpp
आधिकारिक URL https://chromewebstore.google.com/detail/xkcdalt/enpodcpdpfdedhkgjdhlbjaknfkcelpp
विवरण Read alt text under xkcd comic strips easier. Extension by TPReal
फ़ाइल का आकार 13.73 KB
स्थापना संख्या 104
वर्तमान संस्करण 0.8
अंतिम अपडेट 2013-06-15
प्रकाशन तिथि 2013-06-15
रेटिंग 4.09/5 कुल 11 रेटिंग्स
डेवलपर TPReal
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://code.google.com/p/tpchromeextensions/wiki/ExtensionXKCDAlt
सहायता पृष्ठ URL http://tpchromeextensions.blogspot.com/
समर्थित भाषाएँ 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
}