StackOverflow Inbox Notifications
See when you receive inbox notifications from StackOverflow
Wat is StackOverflow Inbox Notifications?
StackOverflow Inbox Notifications is een Chrome-extensie ontwikkeld door https://www.akawebdesign.com, en de belangrijkste functie is "See when you receive inbox notifications from StackOverflow".
Extensie Screenshots
Download het CRX-bestand van de extensie StackOverflow Inbox Notifications
Download StackOverflow Inbox Notifications-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | StackOverflow Inbox Notifications |
ID | ndeljpkeimafgobechdfejolnpgcjomi |
Officiële URL | https://chromewebstore.google.com/detail/stackoverflow-inbox-notif/ndeljpkeimafgobechdfejolnpgcjomi |
Beschrijving | See when you receive inbox notifications from StackOverflow |
Bestandsgrootte | 74.77 KB |
Aantal Installaties | 39 |
Huidige Versie | 1.3.1 |
Laatst Bijgewerkt | 2016-11-08 |
Publicatiedatum | 2016-11-08 |
Beoordeling | 3.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://www.akawebdesign.com |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://github.com/arthurakay/StackOverflow-Notifications |
Ondersteunde Talen | 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" ] } |