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
Eメール [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"
    }
}