RSS Alert

Notifies user of new posts in RSS feeds

O que é RSS Alert?

RSS Alert é uma extensão do Chrome desenvolvida por adamzr, e sua principal característica é "Notifies user of new posts in RSS feeds".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão RSS Alert

Baixe arquivos de extensão RSS Alert 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

                        With RSS Alert you'll never miss a new post on your favorite blog again. Simply click the RSS Alert button add the RSS, Atom, or Media RSS feed for the site you'd like to monitor and you'll get a notification whenever there's a new post. Multiple feeds can be monitored at once!

The permissions required are to use Google's Feed API.

Icons by: http://www.fasticon.com
Thank you to TechEmpower!                    

Informações Básicas da Extensão

Nome RSS Alert RSS Alert
ID lemgijjifkaldmklohlmjaplmfobgich
URL Oficial https://chromewebstore.google.com/detail/rss-alert/lemgijjifkaldmklohlmjaplmfobgich
Descrição Notifies user of new posts in RSS feeds
Tamanho do Arquivo 78.41 KB
Contagem de Instalações 2,129
Versão Atual 0.3
Última Atualização 2014-12-01
Data de Publicação 2014-11-30
Classificação 2.85/5 Total de 34 Avaliações
Desenvolvedor adamzr
Tipo de Pagamento free
Site da Extensão https://github.com/adamzr/RSS-Alert/
URL da Página de Ajuda https://github.com/adamzr/RSS-Alert/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RSS Alert",
    "version": "0.3",
    "manifest_version": 2,
    "description": "Notifies user of new posts in RSS feeds",
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "16": "16.png"
    },
    "browser_action": {
        "default_icon": "19.png",
        "default_title": "RSS Alert",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google.com https:\/\/ssl.google-analytics.com; object-src 'self'",
    "homepage_url": "https:\/\/github.com\/adamzr\/RSS-Alert",
    "permissions": [
        "notifications",
        "https:\/\/www.google.com\/*",
        "https:\/\/ssl.google-analytics.com\/*",
        "unlimitedStorage",
        "storage"
    ]
}