StackOverflow Inbox Notifications
See when you receive inbox notifications from StackOverflow
Co to jest StackOverflow Inbox Notifications?
StackOverflow Inbox Notifications to rozszerzenie Chrome opracowane przez https://www.akawebdesign.com, a jego główną funkcją jest „See when you receive inbox notifications from StackOverflow”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia StackOverflow Inbox Notifications
Pobierz pliki rozszerzeń StackOverflow Inbox Notifications w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ndeljpkeimafgobechdfejolnpgcjomi |
| Oficjalny URL | https://chromewebstore.google.com/detail/stackoverflow-inbox-notif/ndeljpkeimafgobechdfejolnpgcjomi |
| Opis | See when you receive inbox notifications from StackOverflow |
| Rozmiar pliku | 74.77 KB |
| Liczba instalacji | 39 |
| Aktualna Wersja | 1.3.1 |
| Ostatnia Aktualizacja | 2016-11-08 |
| Data Publikacji | 2016-11-08 |
| Ocena | 3.33/5 Łącznie 3 Oceny |
| Deweloper | https://www.akawebdesign.com |
| [email protected] | |
| Typ Płatności | free |
| Adres URL Strony Pomocy | https://github.com/arthurakay/StackOverflow-Notifications |
| Obsługiwane Języki | 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"
]
} | |