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.”。

擴展截圖

screenshot
screenshot

下載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                    

擴展基本資訊

名稱 Question Monitor for Stack Exchange Question Monitor for Stack Exchange
ID bnnkhapbhkejookmhgpgaikfdoegkmdp
官方網址 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'"
}