Question Monitor for Stack Exchange

Tracks relevant unanswered questions on the Stack Exchange network.

Vad är Question Monitor for Stack Exchange?

Question Monitor for Stack Exchange är en Chrome-tillägg utvecklad av [email protected], och dess huvudfunktion är "Tracks relevant unanswered questions on the Stack Exchange network.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Question Monitor for Stack Exchange-förlängningens CRX-fil

Ladda ner Question Monitor for Stack Exchange-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Question Monitor for Stack Exchange Question Monitor for Stack Exchange
ID bnnkhapbhkejookmhgpgaikfdoegkmdp
Officiell webbadress https://chromewebstore.google.com/detail/question-monitor-for-stac/bnnkhapbhkejookmhgpgaikfdoegkmdp
Beskrivning Tracks relevant unanswered questions on the Stack Exchange network.
Filstorlek 85.97 KB
Antal Installationer 193
Aktuell Version 0.9.1
Senast Uppdaterad 2014-05-19
Publiceringsdatum 2014-05-19
Betyg 3.90/5 Totalt 20 Betyg
Utvecklare [email protected]
E-post [email protected]
Betalningssätt free
Stödda Språk 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'"
}