Question Monitor for Stack Exchange
Tracks relevant unanswered questions on the Stack Exchange network.
Qu'est-ce que Question Monitor for Stack Exchange ?
Question Monitor for Stack Exchange est une extension Chrome développée par [email protected], et sa fonction principale est "Tracks relevant unanswered questions on the Stack Exchange network.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Question Monitor for Stack Exchange
Téléchargez les fichiers d'extension Question Monitor for Stack Exchange au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Question Monitor for Stack Exchange |
ID | bnnkhapbhkejookmhgpgaikfdoegkmdp |
URL Officiel | https://chromewebstore.google.com/detail/question-monitor-for-stac/bnnkhapbhkejookmhgpgaikfdoegkmdp |
Description | Tracks relevant unanswered questions on the Stack Exchange network. |
Taille du Fichier | 85.97 KB |
Nombre d'Installations | 193 |
Version Actuelle | 0.9.1 |
Dernière Mise à Jour | 2014-05-19 |
Date de Publication | 2014-05-19 |
Évaluation | 3.90/5 Total 20 Évaluations |
Développeur | [email protected] |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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'" } |