StackOverflow Inbox Notifications
See when you receive inbox notifications from StackOverflow
Cos'è StackOverflow Inbox Notifications?
StackOverflow Inbox Notifications è un'estensione di Chrome sviluppata da https://www.akawebdesign.com, e la sua funzione principale è "See when you receive inbox notifications from StackOverflow".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione StackOverflow Inbox Notifications
Scarica i file di estensione StackOverflow Inbox Notifications in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | ndeljpkeimafgobechdfejolnpgcjomi |
| URL Ufficiale | https://chromewebstore.google.com/detail/stackoverflow-inbox-notif/ndeljpkeimafgobechdfejolnpgcjomi |
| Descrizione | See when you receive inbox notifications from StackOverflow |
| Dimensione del File | 74.77 KB |
| Conteggio Installazioni | 39 |
| Versione Corrente | 1.3.1 |
| Ultimo Aggiornamento | 2016-11-08 |
| Data di Pubblicazione | 2016-11-08 |
| Valutazione | 3.33/5 Totale 3 Valutazioni |
| Sviluppatore | https://www.akawebdesign.com |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina di Aiuto | https://github.com/arthurakay/StackOverflow-Notifications |
| Lingue Supportate | 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"
]
} | |