Question Monitor for Stack Exchange
Tracks relevant unanswered questions on the Stack Exchange network.
Was ist Question Monitor for Stack Exchange?
Question Monitor for Stack Exchange ist eine Chrome-Erweiterung, die von [email protected] entwickelt wurde, und ihr Hauptmerkmal ist "Tracks relevant unanswered questions on the Stack Exchange network.".
Erweiterungsscreenshots
Question Monitor for Stack Exchange-Erweiterungs-CRX-Datei herunterladen
Laden Sie Question Monitor for Stack Exchange-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Question Monitor for Stack Exchange |
ID | bnnkhapbhkejookmhgpgaikfdoegkmdp |
Offizielle URL | https://chromewebstore.google.com/detail/question-monitor-for-stac/bnnkhapbhkejookmhgpgaikfdoegkmdp |
Beschreibung | Tracks relevant unanswered questions on the Stack Exchange network. |
Dateigröße | 85.97 KB |
Installationsanzahl | 193 |
Aktuelle Version | 0.9.1 |
Letztes Update | 2014-05-19 |
Veröffentlichungsdatum | 2014-05-19 |
Bewertung | 3.90/5 Insgesamt 20 Bewertungen |
Entwickler | [email protected] |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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'" } |