Question Monitor for Stack Exchange

Tracks relevant unanswered questions on the Stack Exchange network.

What is Question Monitor for Stack Exchange?

Question Monitor for Stack Exchange is a Chrome extension developed by [email protected], and its main feature is "Tracks relevant unanswered questions on the Stack Exchange network.".

Extension Screenshots

screenshot
screenshot

Download Question Monitor for Stack Exchange Extension CRX File

Download Question Monitor for Stack Exchange extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Question Monitor for Stack Exchange Question Monitor for Stack Exchange
ID bnnkhapbhkejookmhgpgaikfdoegkmdp
Official URL https://chromewebstore.google.com/detail/question-monitor-for-stac/bnnkhapbhkejookmhgpgaikfdoegkmdp
Description Tracks relevant unanswered questions on the Stack Exchange network.
File Size 85.97 KB
Installation Count 193
Current Version 0.9.1
Last Updated 2014-05-19
Publish Date 2014-05-19
Rating 3.90/5 Total 20 Ratings
Developer [email protected]
Email [email protected]
Payment Type free
Supported Languages 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'"
}