RSS Alarm
The simplest way to get notified about new feed entries.
O que é RSS Alarm?
RSS Alarm é uma extensão do Chrome desenvolvida por limepix, e sua principal característica é "The simplest way to get notified about new feed entries.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão RSS Alarm
Baixe arquivos de extensão RSS Alarm 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
RSS Alarm is a chrome extension which periodically checks RSS feeds in the background and informs you via notifications if there are news or updates at any of your subscribed rss feeds.
Informações Básicas da Extensão
Nome | RSS Alarm |
ID | ohgphcdjbnlbnkdooieahfmbmaaipogf |
URL Oficial | https://chromewebstore.google.com/detail/rss-alarm/ohgphcdjbnlbnkdooieahfmbmaaipogf |
Descrição | The simplest way to get notified about new feed entries. |
Tamanho do Arquivo | 789 KB |
Contagem de Instalações | 800 |
Versão Atual | 1.2 |
Última Atualização | 2022-06-18 |
Data de Publicação | 2014-08-03 |
Classificação | 4.29/5 Total de 14 Avaliações |
Desenvolvedor | limepix |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RSS Alarm", "short_name": "RSS Alarm", "description": "The simplest way to get notified about new feed entries.", "version": "1.2", "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "notifications", "tabs" ], "background": { "scripts": [ "js\/jquery.js", "js\/base.js", "js\/popup.js", "js\/background.js" ] }, "options_page": "html\/options.html", "browser_action": { "default_icon": { "19": "images\/logo_19.png", "38": "images\/logo_38.png", "48": "images\/logo_48.png" }, "default_title": "RSS Alarm", "default_popup": "html\/popup.html" } } |