StackOverflow Inbox Notifications
See when you receive inbox notifications from StackOverflow
O que é StackOverflow Inbox Notifications?
StackOverflow Inbox Notifications é uma extensão do Chrome desenvolvida por https://www.akawebdesign.com, e sua principal característica é "See when you receive inbox notifications from StackOverflow".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão StackOverflow Inbox Notifications
Baixe arquivos de extensão StackOverflow Inbox Notifications no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | StackOverflow Inbox Notifications |
ID | ndeljpkeimafgobechdfejolnpgcjomi |
URL Oficial | https://chromewebstore.google.com/detail/stackoverflow-inbox-notif/ndeljpkeimafgobechdfejolnpgcjomi |
Descrição | See when you receive inbox notifications from StackOverflow |
Tamanho do Arquivo | 74.77 KB |
Contagem de Instalações | 39 |
Versão Atual | 1.3.1 |
Última Atualização | 2016-11-08 |
Data de Publicação | 2016-11-08 |
Classificação | 3.33/5 Total de 3 Avaliações |
Desenvolvedor | https://www.akawebdesign.com |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://github.com/arthurakay/StackOverflow-Notifications |
Idiomas Suportados | 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" ] } |