RSS Alarm

The simplest way to get notified about new feed entries.

什么是RSS Alarm?

RSS Alarm是由limepix开发的Chrome扩展程序,该扩展的主要功能是“The simplest way to get notified about new feed entries.”。

扩展截图

screenshot
screenshot

下载RSS Alarm扩展crx文件

下载RSS Alarm扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        RSS Alarm is a chrome extension which periodically checks RSS feeds in the background and informs you via notifications if there are news or updates at any of your subscribed rss feeds.                    

扩展基本信息

名称 RSS Alarm RSS Alarm
ID ohgphcdjbnlbnkdooieahfmbmaaipogf
官方URL https://chromewebstore.google.com/detail/rss-alarm/ohgphcdjbnlbnkdooieahfmbmaaipogf
简介 The simplest way to get notified about new feed entries.
文件大小 789 KB
安装次数 800
当前版本 1.2
更新时间 2022-06-18
上架时间 2014-08-03
评分 4.29/5 共14次评分
开发者 limepix
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RSS Alarm",
    "short_name": "RSS Alarm",
    "description": "The simplest way to get notified about new feed entries.",
    "version": "1.2",
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "notifications",
        "tabs"
    ],
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/base.js",
            "js\/popup.js",
            "js\/background.js"
        ]
    },
    "options_page": "html\/options.html",
    "browser_action": {
        "default_icon": {
            "19": "images\/logo_19.png",
            "38": "images\/logo_38.png",
            "48": "images\/logo_48.png"
        },
        "default_title": "RSS Alarm",
        "default_popup": "html\/popup.html"
    }
}