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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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:\/\/*\/*"
    ]
}