Slack Overflow

An addon to disguise your reading materials in a stack overflow page

Slack Overflow क्या है?

Slack Overflow Wan Song द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An addon to disguise your reading materials in a stack overflow page"।

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

screenshot
screenshot
screenshot

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

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

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

                        The addon disguises paragraphs of text as answers (the question, code segments and comments remain intact for a better disguise) on the stack overflow page. Ideal of idle developers who need to look busy at work.

Disclaimer:
This addon was developed for amusement purposes.
The user is solely responsible for any loss in productivity due to the use of this addon.

Instructions for use:
Insert paragraphs of text separated by an empty line.
Click replace.

Limitations:
Current version only allows for use with stackoverflow pages with answers.                    

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

नाम Slack Overflow Slack Overflow
ID ajhgokhlpenmggljkhgggpamhdnogjni
आधिकारिक URL https://chromewebstore.google.com/detail/slack-overflow/ajhgokhlpenmggljkhgggpamhdnogjni
विवरण An addon to disguise your reading materials in a stack overflow page
फ़ाइल का आकार 40 KB
स्थापना संख्या 38
वर्तमान संस्करण 0.0.0.1
अंतिम अपडेट 2013-03-17
प्रकाशन तिथि 2013-03-17
रेटिंग 3.75/5 कुल 4 रेटिंग्स
डेवलपर Wan Song
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Slack Overflow",
    "version": "0.0.0.1",
    "manifest_version": 2,
    "description": "An addon to disguise your reading materials in a stack overflow page",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/stackoverflow.com\/*"
            ],
            "js": [
                "jquery-1.8.3.min.js",
                "slackoverflow.js"
            ]
        }
    ]
}