Question Monitor for Stack Exchange
Tracks relevant unanswered questions on the Stack Exchange network.
Cos'è Question Monitor for Stack Exchange?
Question Monitor for Stack Exchange è un'estensione di Chrome sviluppata da [email protected], e la sua funzione principale è "Tracks relevant unanswered questions on the Stack Exchange network.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Question Monitor for Stack Exchange
Scarica i file di estensione Question Monitor for Stack Exchange in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Question Monitor for Stack Exchange |
ID | bnnkhapbhkejookmhgpgaikfdoegkmdp |
URL Ufficiale | https://chromewebstore.google.com/detail/question-monitor-for-stac/bnnkhapbhkejookmhgpgaikfdoegkmdp |
Descrizione | Tracks relevant unanswered questions on the Stack Exchange network. |
Dimensione del File | 85.97 KB |
Conteggio Installazioni | 193 |
Versione Corrente | 0.9.1 |
Ultimo Aggiornamento | 2014-05-19 |
Data di Pubblicazione | 2014-05-19 |
Valutazione | 3.90/5 Totale 20 Valutazioni |
Sviluppatore | [email protected] |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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'" } |