XKCD substitutions

Making the web a stranger better place.

XKCD substitutions क्या है?

XKCD substitutions alec.posney द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Making the web a stranger better place."।

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

screenshot

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

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

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

                        Is the news getting you down? Well about to be cheered up with substitutions that make reading the news more fun.

see http://xkcd.com/1288, https://xkcd.com/1625/

Now with custom substitutions! Simply right click the extension icon and click options to add your own.

some other xkcd jokes have made it into the newest version.
https://xkcd.com/1004/
https://xkcd.com/1418/
https://xkcd.com/1031/
https://xkcd.com/1625/

all credit to xkcd

also checkout s/keyboard/leopard, which inspired this extension.
http://chrome.google.com/webstore/detail/skeyboardleopard/oheflacdocadefgdpiimpapbkomhgbbe

source: https://github.com/Posnet/xkcd-substitutions                    

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

नाम XKCD substitutions XKCD substitutions
ID jkgogmboalmaijfgfhfepckdgjeopfhk
आधिकारिक URL https://chromewebstore.google.com/detail/xkcd-substitutions/jkgogmboalmaijfgfhfepckdgjeopfhk
विवरण Making the web a stranger better place.
फ़ाइल का आकार 432 KB
स्थापना संख्या 8,032
वर्तमान संस्करण 1.4.1
अंतिम अपडेट 2016-03-13
प्रकाशन तिथि 2016-03-13
रेटिंग 4.54/5 कुल 301 रेटिंग्स
डेवलपर alec.posney
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "XKCD substitutions",
    "description": "Making the web a stranger better place.",
    "version": "1.4.1",
    "options_page": "html\/config.html",
    "browser_action": {
        "default_icon": {
            "19": "images\/enabled.png"
        },
        "default_title": "click to disable xkcd substitutions"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "images\/icon128.png"
    }
}