StackOverflow Inbox Notifications

See when you receive inbox notifications from StackOverflow

Τι είναι το StackOverflow Inbox Notifications;

Το StackOverflow Inbox Notifications είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.akawebdesign.com, και η κύρια λειτουργία του είναι "See when you receive inbox notifications from StackOverflow".

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

screenshot

Λήψη αρχείου CRX της επέκτασης StackOverflow Inbox Notifications

Λήψη αρχείων επέκτασης StackOverflow Inbox Notifications σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Want to know when you have new inbox notifications from StackOverflow? This extension adds a browser action to your toolbar, and updates the badge text when you have new notifications.                    

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

Όνομα StackOverflow Inbox Notifications StackOverflow Inbox Notifications
ID ndeljpkeimafgobechdfejolnpgcjomi
Επίσημο URL https://chromewebstore.google.com/detail/stackoverflow-inbox-notif/ndeljpkeimafgobechdfejolnpgcjomi
Περιγραφή See when you receive inbox notifications from StackOverflow
Μέγεθος Αρχείου 74.77 KB
Αριθμός Εγκαταστάσεων 39
Τρέχουσα Έκδοση 1.3.1
Τελευταία Ενημέρωση 2016-11-08
Ημερομηνία Δημοσίευσης 2016-11-08
Αξιολόγηση 3.33/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://www.akawebdesign.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/arthurakay/StackOverflow-Notifications
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "StackOverflow Inbox Notifications",
    "version": "1.3.1",
    "description": "See when you receive inbox notifications from StackOverflow",
    "icons": {
        "128": "resources\/images\/extension.jpg"
    },
    "browser_action": {
        "default_icon": "resources\/images\/stackoverflow_16.png",
        "default_popup": "ui\/index.html"
    },
    "background": {
        "scripts": [
            "background\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/api.stackexchange.com; object-src 'self'",
    "permissions": [
        "identity",
        "https:\/\/stackexchange.com\/*\/*",
        "notifications"
    ]
}