Question Monitor for Stack Exchange

Tracks relevant unanswered questions on the Stack Exchange network.

¿Qué es Question Monitor for Stack Exchange?

Question Monitor for Stack Exchange es una extensión de Chrome desarrollada por [email protected], y su función principal es "Tracks relevant unanswered questions on the Stack Exchange network.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Question Monitor for Stack Exchange

Descarga archivos de extensión Question Monitor for Stack Exchange en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Question Monitor for Stack Exchange Question Monitor for Stack Exchange
ID bnnkhapbhkejookmhgpgaikfdoegkmdp
URL Oficial https://chromewebstore.google.com/detail/question-monitor-for-stac/bnnkhapbhkejookmhgpgaikfdoegkmdp
Descripción Tracks relevant unanswered questions on the Stack Exchange network.
Tamaño del Archivo 85.97 KB
Cantidad de Instalaciones 193
Versión Actual 0.9.1
Última Actualización 2014-05-19
Fecha de Publicación 2014-05-19
Calificación 3.90/5 Total de 20 Calificaciones
Desarrollador [email protected]
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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'"
}