Question Monitor for Stack Exchange

Tracks relevant unanswered questions on the Stack Exchange network.

Wat is Question Monitor for Stack Exchange?

Question Monitor for Stack Exchange is een Chrome-extensie ontwikkeld door [email protected], en de belangrijkste functie is "Tracks relevant unanswered questions on the Stack Exchange network.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Question Monitor for Stack Exchange

Download Question Monitor for Stack Exchange-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Question Monitor for Stack Exchange Question Monitor for Stack Exchange
ID bnnkhapbhkejookmhgpgaikfdoegkmdp
Officiële URL https://chromewebstore.google.com/detail/question-monitor-for-stac/bnnkhapbhkejookmhgpgaikfdoegkmdp
Beschrijving Tracks relevant unanswered questions on the Stack Exchange network.
Bestandsgrootte 85.97 KB
Aantal Installaties 193
Huidige Versie 0.9.1
Laatst Bijgewerkt 2014-05-19
Publicatiedatum 2014-05-19
Beoordeling 3.90/5 Totaal 20 Beoordelingen
Ontwikkelaar [email protected]
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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'"
}