StackOverflow Inbox Notifications
See when you receive inbox notifications from StackOverflow
Vad är StackOverflow Inbox Notifications?
StackOverflow Inbox Notifications är en Chrome-tillägg utvecklad av https://www.akawebdesign.com, och dess huvudfunktion är "See when you receive inbox notifications from StackOverflow".
Tilläggsskärmbilder
Ladda ner StackOverflow Inbox Notifications-förlängningens CRX-fil
Ladda ner StackOverflow Inbox Notifications-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | ndeljpkeimafgobechdfejolnpgcjomi |
| Officiell webbadress | https://chromewebstore.google.com/detail/stackoverflow-inbox-notif/ndeljpkeimafgobechdfejolnpgcjomi |
| Beskrivning | See when you receive inbox notifications from StackOverflow |
| Filstorlek | 74.77 KB |
| Antal Installationer | 39 |
| Aktuell Version | 1.3.1 |
| Senast Uppdaterad | 2016-11-08 |
| Publiceringsdatum | 2016-11-08 |
| Betyg | 3.33/5 Totalt 3 Betyg |
| Utvecklare | https://www.akawebdesign.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Hjälpsida URL | https://github.com/arthurakay/StackOverflow-Notifications |
| Stödda Språk | 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"
]
} | |