RSS Alert

Notifies user of new posts in RSS feeds

Apa itu RSS Alert?

RSS Alert adalah ekstensi Chrome yang dikembangkan oleh adamzr, dan fitur utamanya adalah "Notifies user of new posts in RSS feeds".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi RSS Alert

Unduh file ekstensi RSS Alert 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

                        With RSS Alert you'll never miss a new post on your favorite blog again. Simply click the RSS Alert button add the RSS, Atom, or Media RSS feed for the site you'd like to monitor and you'll get a notification whenever there's a new post. Multiple feeds can be monitored at once!

The permissions required are to use Google's Feed API.

Icons by: http://www.fasticon.com
Thank you to TechEmpower!                    

Informasi Dasar Ekstensi

Nama RSS Alert RSS Alert
ID lemgijjifkaldmklohlmjaplmfobgich
URL Resmi https://chromewebstore.google.com/detail/rss-alert/lemgijjifkaldmklohlmjaplmfobgich
Deskripsi Notifies user of new posts in RSS feeds
Ukuran File 78.41 KB
Jumlah Instalasi 2,129
Versi Saat Ini 0.3
Terakhir Diperbarui 2014-12-01
Tanggal Publikasi 2014-11-30
Penilaian 2.85/5 Total 34 Penilaian
Pengembang adamzr
Tipe Pembayaran free
Situs Ekstensi https://github.com/adamzr/RSS-Alert/
URL Halaman Bantuan https://github.com/adamzr/RSS-Alert/issues
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RSS Alert",
    "version": "0.3",
    "manifest_version": 2,
    "description": "Notifies user of new posts in RSS feeds",
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "16": "16.png"
    },
    "browser_action": {
        "default_icon": "19.png",
        "default_title": "RSS Alert",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google.com https:\/\/ssl.google-analytics.com; object-src 'self'",
    "homepage_url": "https:\/\/github.com\/adamzr\/RSS-Alert",
    "permissions": [
        "notifications",
        "https:\/\/www.google.com\/*",
        "https:\/\/ssl.google-analytics.com\/*",
        "unlimitedStorage",
        "storage"
    ]
}