StackInbox
Preserves New Stack Exchange Inbox Messages Until They Are Actually Read.
StackInbox là gì?
StackInbox là một tiện ích mở rộng Chrome được phát triển bởi James Mortensen, và tính năng chính của nó là "Preserves New Stack Exchange Inbox Messages Until They Are Actually Read.".
Ả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 StackInbox
Tải xuống các tệp mở rộng StackInbox 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
Preserves new Stack Exchange Inbox messages until they are actually read. Items appear in the global inbox as they normally would, but the only items marked as read are ones that you click on. If there are unread items in the inbox, but you've viewed the inbox already, the unread count is displayed in blue instead of red. This Chrome Extension was inspired by a Meta Stack Overflow feature request: (http://meta.stackoverflow.com/q/72440/155826). Because the development team is interested in avoiding bloat, anything that adds user preferences to the system or that adds more complexity is avoided. Thus, this extension gives this functionality to those who want it.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kmjiigfeolianjdlcdhnjmobidmidhod |
URL Chính Thức | https://chrome.google.com/webstore/detail/stackinbox/kmjiigfeolianjdlcdhnjmobidmidhod |
Mô tả | Preserves New Stack Exchange Inbox Messages Until They Are Actually Read. |
Kích Thước Tệp | 38.42 KB |
Số Lần Cài Đặt | 29 |
Phiên Bản Hiện Tại | 1.1.3 |
Cập Nhật Lần Cuối | 2014-03-01 |
Ngày Phát Hành | 2014-03-01 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | James Mortensen |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://stackapps.com/q/3778/4812 |
URL Trang Trợ Giúp | http://stackapps.com/q/3778/4812 |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "exclude_globs": [], "exclude_matches": [], "include_globs": [ "http:\/\/stackapps.com\/*", "http:\/\/*.stackoverflow.com\/*", "http:\/\/*.stackexchange.com\/*", "http:\/\/stackoverflow.com\/*", "http:\/\/serverfault.com\/*", "http:\/\/*.serverfault.com\/*", "http:\/\/superuser.com\/*", "http:\/\/*.superuser.com\/*", "http:\/\/askubuntu.com\/*", "http:\/\/*.askubuntu.com\/*", "http:\/\/mathoverflow.net\/*", "http:\/\/*.mathoverflow.net\/*" ], "js": [ "stackInbox.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "converted_from_user_script": true, "description": "Preserves New Stack Exchange Inbox Messages Until They Are Actually Read.", "name": "StackInbox", "homepage_url": "http:\/\/stackapps.com\/q\/3778\/4812", "version": "1.1.3", "manifest_version": 2, "permissions": [ "storage", "https:\/\/api.stackexchange.com\/*" ], "icons": { "16": "16-StackInbox.png", "48": "48-StackInbox.png", "128": "128-StackInbox.png" } } |