Slack Overflow
An addon to disguise your reading materials in a stack overflow page
Slack Overflow là gì?
Slack Overflow là một tiện ích mở rộng Chrome được phát triển bởi Wan Song, và tính năng chính của nó là "An addon to disguise your reading materials in a stack overflow page".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Slack Overflow
Tải xuống các tệp mở rộng Slack Overflow dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Slack Overflow |
ID | ajhgokhlpenmggljkhgggpamhdnogjni |
URL Chính Thức | https://chromewebstore.google.com/detail/slack-overflow/ajhgokhlpenmggljkhgggpamhdnogjni |
Mô tả | An addon to disguise your reading materials in a stack overflow page |
Kích Thước Tệp | 40 KB |
Số Lần Cài Đặt | 38 |
Phiên Bản Hiện Tại | 0.0.0.1 |
Cập Nhật Lần Cuối | 2013-03-17 |
Ngày Phát Hành | 2013-03-17 |
Đánh Giá | 3.75/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Wan Song |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |