Slack Overflow
An addon to disguise your reading materials in a stack overflow page
什么是Slack Overflow?
Slack Overflow是由Wan Song开发的Chrome扩展程序,该扩展的主要功能是“An addon to disguise your reading materials in a stack overflow page”。
扩展截图
下载Slack Overflow扩展crx文件
下载Slack Overflow扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        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.                     扩展基本信息
| 名称 |   |  
| 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"
            ]
        }
    ]
}  |  |