StackOverflow Inbox Notifications
See when you receive inbox notifications from StackOverflow
Hvad er StackOverflow Inbox Notifications?
StackOverflow Inbox Notifications er en Chrome-udvidelse udviklet af https://www.akawebdesign.com, og dens hovedfunktion er "See when you receive inbox notifications from StackOverflow".
Udvidelsesskærmbilleder
Download StackOverflow Inbox Notifications-udvidelses-CRX-fil
Download StackOverflow Inbox Notifications-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | StackOverflow Inbox Notifications |
ID | ndeljpkeimafgobechdfejolnpgcjomi |
Officiel URL | https://chromewebstore.google.com/detail/stackoverflow-inbox-notif/ndeljpkeimafgobechdfejolnpgcjomi |
Beskrivelse | See when you receive inbox notifications from StackOverflow |
Filstørrelse | 74.77 KB |
Antal Installationer | 39 |
Nuværende Version | 1.3.1 |
Senest Opdateret | 2016-11-08 |
Udgivelsesdato | 2016-11-08 |
Bedømmelse | 3.33/5 Samlet 3 Bedømmelser |
Udvikler | https://www.akawebdesign.com |
[email protected] | |
Betalingsmetode | free |
Hjælpeside-URL | https://github.com/arthurakay/StackOverflow-Notifications |
Understøttede Sprog | 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" ] } |