StackOverflow Inbox Notifications
See when you receive inbox notifications from StackOverflow
Что такое StackOverflow Inbox Notifications?
StackOverflow Inbox Notifications - это расширение Chrome, разработанное https://www.akawebdesign.com, и его основная функция - "See when you receive inbox notifications from StackOverflow".
Снимки экрана расширения
Скачать файл CRX расширения StackOverflow Inbox Notifications
Скачайте файлы расширений StackOverflow Inbox Notifications в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | StackOverflow Inbox Notifications |
ID | ndeljpkeimafgobechdfejolnpgcjomi |
Официальный URL | https://chromewebstore.google.com/detail/stackoverflow-inbox-notif/ndeljpkeimafgobechdfejolnpgcjomi |
Описание | See when you receive inbox notifications from StackOverflow |
Размер файла | 74.77 KB |
Количество установок | 39 |
Текущая Версия | 1.3.1 |
Последнее Обновление | 2016-11-08 |
Дата публикации | 2016-11-08 |
Рейтинг | 3.33/5 Всего 3 оценок |
Разработчик | https://www.akawebdesign.com |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы помощи | https://github.com/arthurakay/StackOverflow-Notifications |
Поддерживаемые языки | 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" ] } |