StackInbox
Preserves New Stack Exchange Inbox Messages Until They Are Actually Read.
什么是StackInbox?
StackInbox是由James Mortensen开发的Chrome扩展程序,该扩展的主要功能是“Preserves New Stack Exchange Inbox Messages Until They Are Actually Read.”。
扩展截图
下载StackInbox扩展crx文件
下载StackInbox扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | kmjiigfeolianjdlcdhnjmobidmidhod |
官方URL | https://chrome.google.com/webstore/detail/stackinbox/kmjiigfeolianjdlcdhnjmobidmidhod |
简介 | Preserves New Stack Exchange Inbox Messages Until They Are Actually Read. |
文件大小 | 38.42 KB |
安装次数 | 29 |
当前版本 | 1.1.3 |
更新时间 | 2014-03-01 |
上架时间 | 2014-03-01 |
评分 | 5.00/5 共2次评分 |
开发者 | James Mortensen |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://stackapps.com/q/3778/4812 |
帮助页面URL | http://stackapps.com/q/3778/4812 |
支持的语言 | 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" } } |