Netvibes Notifier
Displays the number of unread items in your Netvibes account.
O que é Netvibes Notifier?
Netvibes Notifier é uma extensão do Chrome desenvolvida por Mickael Blatière, e sua principal característica é "Displays the number of unread items in your Netvibes account.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Netvibes Notifier
Baixe arquivos de extensão Netvibes Notifier 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
Version 0.2: - Multiple feeds support - Secure feeds support - Options page to select a dashboard Version 0.1: - Displays the number of unread items in your feeds
Informações Básicas da Extensão
Nome | Netvibes Notifier |
ID | gaddempjlhhmknkhnhepmpfngekbjleg |
URL Oficial | https://chromewebstore.google.com/detail/netvibes-notifier/gaddempjlhhmknkhnhepmpfngekbjleg |
Descrição | Displays the number of unread items in your Netvibes account. |
Tamanho do Arquivo | 18.84 KB |
Contagem de Instalações | 715 |
Versão Atual | 0.2.10 |
Última Atualização | 2017-12-19 |
Data de Publicação | 2017-12-19 |
Classificação | 3.00/5 Total de 31 Avaliações |
Desenvolvedor | Mickael Blatière |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netvibes Notifier", "version": "0.2.10", "manifest_version": 2, "description": "Displays the number of unread items in your Netvibes account.", "icons": { "128": "img\/icon_128.png", "64": "img\/icon_64.png", "32": "img\/icon_32.png", "16": "img\/icon_16.png" }, "background": { "page": "background.html" }, "options_ui": { "page": "options.html", "chrome_style": true }, "web_accessible_resources": [ "js\/application.js", "js\/background.js", "js\/options.js" ], "permissions": [ "tabs", "*:\/\/*.netvibes.com\/*" ], "browser_action": { "default_title": "", "default_icon": "img\/disabled_64.png" } } |