Question Monitor for Stack Exchange

Tracks relevant unanswered questions on the Stack Exchange network.

Τι είναι το Question Monitor for Stack Exchange;

Το Question Monitor for Stack Exchange είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον [email protected], και η κύρια λειτουργία του είναι "Tracks relevant unanswered questions on the Stack Exchange network.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Question Monitor for Stack Exchange

Λήψη αρχείων επέκτασης Question Monitor for Stack Exchange σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Question Monitor for Stack Exchange Question Monitor for Stack Exchange
ID bnnkhapbhkejookmhgpgaikfdoegkmdp
Επίσημο URL https://chromewebstore.google.com/detail/question-monitor-for-stac/bnnkhapbhkejookmhgpgaikfdoegkmdp
Περιγραφή Tracks relevant unanswered questions on the Stack Exchange network.
Μέγεθος Αρχείου 85.97 KB
Αριθμός Εγκαταστάσεων 193
Τρέχουσα Έκδοση 0.9.1
Τελευταία Ενημέρωση 2014-05-19
Ημερομηνία Δημοσίευσης 2014-05-19
Αξιολόγηση 3.90/5 Συνολικά 20 Αξιολογήσεις
Προγραμματιστής [email protected]
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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'"
}