Slack Overflow
An addon to disguise your reading materials in a stack overflow page
Slack Overflowคืออะไร?
Slack Overflow เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Wan Song และคุณลักษณะหลักของมันคือ "An addon to disguise your reading materials in a stack overflow page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Slack Overflow
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } ] } |