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.
拡張機能の基本情報
名前 | 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" ] } ] } |