RSS Alarm

Get alerted when keywords pop up inside an RSS feed

RSS Alarm là gì?

RSS Alarm là một tiện ích mở rộng Chrome được phát triển bởi Summertime Medialab, và tính năng chính của nó là "Get alerted when keywords pop up inside an RSS feed".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng RSS Alarm

Tải xuống các tệp mở rộng RSS Alarm dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên RSS Alarm RSS Alarm
ID jbhjddpnefmhbkgcblkokaoopjpdcdjd
URL Chính Thức https://chromewebstore.google.com/detail/rss-alarm/jbhjddpnefmhbkgcblkokaoopjpdcdjd
Mô tả Get alerted when keywords pop up inside an RSS feed
Kích Thước Tệp 654 KB
Số Lần Cài Đặt 158
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2015-07-13
Ngày Phát Hành 2015-07-12
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Summertime Medialab
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}