Newsblur Notifier Plus
Shows the unread count from your NewsBlur account
O que é Newsblur Notifier Plus?
Newsblur Notifier Plus é uma extensão do Chrome desenvolvida por shrodes, e sua principal característica é "Shows the unread count from your NewsBlur account".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Newsblur Notifier Plus
Baixe arquivos de extensão Newsblur Notifier Plus 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
Based on the Newsblur Notifier extension by totaldeadbeat which is sadly no longer functioning in new versions of Chrome.
Informações Básicas da Extensão
Nome | |
ID | nbmlfepgaaalffdmmjhpkgpjjlnpjjlp |
URL Oficial | https://chromewebstore.google.com/detail/newsblur-notifier-plus/nbmlfepgaaalffdmmjhpkgpjjlnpjjlp |
Descrição | Shows the unread count from your NewsBlur account |
Tamanho do Arquivo | 38.94 KB |
Contagem de Instalações | 136 |
Versão Atual | 1.0.6 |
Última Atualização | 2021-07-22 |
Data de Publicação | 2018-12-22 |
Desenvolvedor | shrodes |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://gitlab.com/JoshSchreuder/newsblur-notifier-plus |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "1.0.6", "short_name": "__MSG_appShortName__", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "__MSG_browserActionTitle__" }, "options_page": "pages\/options.html", "options_ui": { "page": "pages\/options.html", "chrome_style": true }, "permissions": [ "*:\/\/*.newsblur.com\/*", "alarms", "cookies", "storage" ] } |