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”。
扩展截图
下载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 |
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:\/\/*\/*" ] } |