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 |
官方網址 | 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" ] } ] } |