RSS Alarm

The simplest way to get notified about new feed entries.

Apa itu RSS Alarm?

RSS Alarm adalah ekstensi Chrome yang dikembangkan oleh limepix, dan fitur utamanya adalah "The simplest way to get notified about new feed entries.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi RSS Alarm

Unduh file ekstensi RSS Alarm dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama RSS Alarm RSS Alarm
ID ohgphcdjbnlbnkdooieahfmbmaaipogf
URL Resmi https://chromewebstore.google.com/detail/rss-alarm/ohgphcdjbnlbnkdooieahfmbmaaipogf
Deskripsi The simplest way to get notified about new feed entries.
Ukuran File 789 KB
Jumlah Instalasi 800
Versi Saat Ini 1.2
Terakhir Diperbarui 2022-06-18
Tanggal Publikasi 2014-08-03
Penilaian 4.29/5 Total 14 Penilaian
Pengembang limepix
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}