Question Monitor for Stack Exchange
Tracks relevant unanswered questions on the Stack Exchange network.
什么是Question Monitor for Stack Exchange?
Question Monitor for Stack Exchange是由[email protected]开发的Chrome扩展程序,该扩展的主要功能是“Tracks relevant unanswered questions on the Stack Exchange network.”。
扩展截图
下载Question Monitor for Stack Exchange扩展crx文件
下载Question Monitor for Stack Exchange扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
1. Pick the Stack Exchange networks and tags you want to monitor.
2. Get notifications whenever there's a new question on those tags.
3. Click and browse the pending questions from by opening the browser action.
Change Log
0.9.1: Moved to StackOverflow API 2.2 扩展基本信息
| 名称 | |
| ID | bnnkhapbhkejookmhgpgaikfdoegkmdp |
| 官方URL | https://chromewebstore.google.com/detail/question-monitor-for-stac/bnnkhapbhkejookmhgpgaikfdoegkmdp |
| 简介 | Tracks relevant unanswered questions on the Stack Exchange network. |
| 文件大小 | 85.97 KB |
| 安装次数 | 193 |
| 当前版本 | 0.9.1 |
| 更新时间 | 2014-05-19 |
| 上架时间 | 2014-05-19 |
| 评分 | 3.90/5 共20次评分 |
| 开发者 | [email protected] |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Question Monitor for Stack Exchange",
"version": "0.9.1",
"manifest_version": 2,
"description": "Tracks relevant unanswered questions on the Stack Exchange network.",
"icons": {
"128": "images\/icon.png",
"48": "images\/icon.png",
"16": "images\/icon.png"
},
"background": {
"page": "background.html"
},
"options_page": "options.html",
"browser_action": {
"default_title": "Show unanswered questions.",
"default_icon": "images\/icon.png",
"default_popup": "popup.html"
},
"permissions": [
"https:\/\/api.stackexchange.com\/"
],
"content_security_policy": "script-src 'self' https:\/\/api.stackexchange.com; object-src 'self'"
} | |