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
官方網址 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"
    }
}