RSS Alarm

Get alerted when keywords pop up inside an RSS feed

¿Qué es RSS Alarm?

RSS Alarm es una extensión de Chrome desarrollada por Summertime Medialab, y su función principal es "Get alerted when keywords pop up inside an RSS feed".

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

                        Tired of reloading the forums to see if the thing you're interested in shows up?

Just set the RSS-Link of a forum/thread and some keywords and you will get notified as soon as those keywords show up in the feed!

I personally used this to find a watch I was looking for to buy. I typed in the model name and got a notification when someone was selling it. 

It's really easy and useful!                    

Información Básica de la Extensión

Nombre RSS Alarm RSS Alarm
ID jbhjddpnefmhbkgcblkokaoopjpdcdjd
URL Oficial https://chromewebstore.google.com/detail/rss-alarm/jbhjddpnefmhbkgcblkokaoopjpdcdjd
Descripción Get alerted when keywords pop up inside an RSS feed
Tamaño del Archivo 654 KB
Cantidad de Instalaciones 158
Versión Actual 1.1.2
Última Actualización 2015-07-13
Fecha de Publicación 2015-07-12
Calificación 4.50/5 Total de 2 Calificaciones
Desarrollador Summertime Medialab
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RSS Alarm",
    "description": "Get alerted when keywords pop up inside an RSS feed",
    "version": "1.1.2",
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "RSS Alert"
    },
    "icons": {
        "16": "iconsActive\/icon16.png",
        "19": "iconsActive\/icon19.png",
        "38": "iconsActive\/icon38.png",
        "48": "iconsActive\/icon48.png",
        "128": "iconsActive\/icon128.png"
    },
    "background": {
        "scripts": [
            "vendor\/jquery.js",
            "vendor\/lodash.js",
            "vendor\/react.js",
            "background-compiled.js"
        ]
    },
    "permissions": [
        "activeTab",
        "storage",
        "alarms",
        "notifications",
        "https:\/\/ajax.googleapis.com\/",
        "http:\/\/*\/*"
    ]
}