StackOverflow Inbox Notifications

See when you receive inbox notifications from StackOverflow

Qu'est-ce que StackOverflow Inbox Notifications ?

StackOverflow Inbox Notifications est une extension Chrome développée par https://www.akawebdesign.com, et sa fonction principale est "See when you receive inbox notifications from StackOverflow".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension StackOverflow Inbox Notifications

Téléchargez les fichiers d'extension StackOverflow Inbox Notifications au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom StackOverflow Inbox Notifications StackOverflow Inbox Notifications
ID ndeljpkeimafgobechdfejolnpgcjomi
URL Officiel https://chromewebstore.google.com/detail/stackoverflow-inbox-notif/ndeljpkeimafgobechdfejolnpgcjomi
Description See when you receive inbox notifications from StackOverflow
Taille du Fichier 74.77 KB
Nombre d'Installations 39
Version Actuelle 1.3.1
Dernière Mise à Jour 2016-11-08
Date de Publication 2016-11-08
Évaluation 3.33/5 Total 3 Évaluations
Développeur https://www.akawebdesign.com
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://github.com/arthurakay/StackOverflow-Notifications
Langues Prises en Charge 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"
    ]
}