XKCD Substitutions

Change words to make stories more interesting.

XKCD Substitutions क्या है?

XKCD Substitutions Jamhead द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change words to make stories more interesting."।

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

screenshot

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

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

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

                        Based on the xkcd post http://xkcd.com/1288/

This automatically makes stories "more interesting" on any page you load. 

If you like this extension, you may find my grammer nazi sniper extension interesting!
https://chrome.google.com/webstore/detail/grammar-nazi-sniper/jfmcccckobkegdpemjgekhbcnjemdaed                    

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

नाम XKCD Substitutions XKCD Substitutions
ID lbinmfmfmffgamcaljgbfajbcnokjedd
आधिकारिक URL https://chrome.google.com/webstore/detail/xkcd-substitutions/lbinmfmfmffgamcaljgbfajbcnokjedd
विवरण Change words to make stories more interesting.
फ़ाइल का आकार 67.69 KB
स्थापना संख्या 20
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2013-11-10
प्रकाशन तिथि 2013-11-10
डेवलपर Jamhead
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "XKCD Substitutions",
    "short_name": "xkcd subs",
    "description": "Change words to make stories more interesting.",
    "version": "1.0.1",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "wordChanger.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}