Question Monitor for Stack Exchange

Tracks relevant unanswered questions on the Stack Exchange network.

Co je Question Monitor for Stack Exchange?

Question Monitor for Stack Exchange je rozšíření Chrome vyvinuté [email protected], a jeho hlavní funkcí je „Tracks relevant unanswered questions on the Stack Exchange network.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Question Monitor for Stack Exchange

Stáhněte si soubory rozšíření Question Monitor for Stack Exchange ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Question Monitor for Stack Exchange Question Monitor for Stack Exchange
ID bnnkhapbhkejookmhgpgaikfdoegkmdp
Oficiální URL https://chromewebstore.google.com/detail/question-monitor-for-stac/bnnkhapbhkejookmhgpgaikfdoegkmdp
Popis Tracks relevant unanswered questions on the Stack Exchange network.
Velikost souboru 85.97 KB
Počet instalací 193
Aktuální Verze 0.9.1
Poslední Aktualizace 2014-05-19
Datum Vydání 2014-05-19
Hodnocení 3.90/5 Celkem 20 Hodnocení
Vývojář [email protected]
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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'"
}