Slack Overflow

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

What is Slack Overflow?

Slack Overflow is a Chrome extension developed by Wan Song, and its main feature is "An addon to disguise your reading materials in a stack overflow page".

Extension Screenshots

screenshot
screenshot
screenshot

Download Slack Overflow Extension CRX File

Download Slack Overflow extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Slack Overflow Slack Overflow
ID ajhgokhlpenmggljkhgggpamhdnogjni
Official URL https://chromewebstore.google.com/detail/slack-overflow/ajhgokhlpenmggljkhgggpamhdnogjni
Description An addon to disguise your reading materials in a stack overflow page
File Size 40 KB
Installation Count 38
Current Version 0.0.0.1
Last Updated 2013-03-17
Publish Date 2013-03-17
Rating 3.75/5 Total 4 Ratings
Developer Wan Song
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}