RSS Alarm

The simplest way to get notified about new feed entries.

¿Qué es RSS Alarm?

RSS Alarm es una extensión de Chrome desarrollada por limepix, y su función principal es "The simplest way to get notified about new feed entries.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión RSS Alarm

Descarga archivos de extensión RSS Alarm en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre RSS Alarm RSS Alarm
ID ohgphcdjbnlbnkdooieahfmbmaaipogf
URL Oficial https://chromewebstore.google.com/detail/rss-alarm/ohgphcdjbnlbnkdooieahfmbmaaipogf
Descripción The simplest way to get notified about new feed entries.
Tamaño del Archivo 789 KB
Cantidad de Instalaciones 800
Versión Actual 1.2
Última Actualización 2022-06-18
Fecha de Publicación 2014-08-03
Calificación 4.29/5 Total de 14 Calificaciones
Desarrollador limepix
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}