RSS Alarm

Get alerted when keywords pop up inside an RSS feed

RSS Alarmとは何ですか?

RSS AlarmはSummertime Medialabによって開発されたChromeの拡張機能で、その主な機能は「Get alerted when keywords pop up inside an RSS feed」です。

拡張機能のスクリーンショット

screenshot
screenshot

RSS Alarm拡張機能のCRXファイルをダウンロード

RSS Alarm拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 RSS Alarm RSS Alarm
ID jbhjddpnefmhbkgcblkokaoopjpdcdjd
公式URL https://chromewebstore.google.com/detail/rss-alarm/jbhjddpnefmhbkgcblkokaoopjpdcdjd
説明 Get alerted when keywords pop up inside an RSS feed
ファイルサイズ 654 KB
インストール数 158
現在のバージョン 1.1.2
最終更新日 2015-07-13
公開日 2015-07-12
評価 4.50/5 合計 2 レビュー
開発者 Summertime Medialab
支払い方法 free
対応言語 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:\/\/*\/*"
    ]
}