feader rss reader
Displays RSS feeds in a small desktop notification styled window, now with Pocket(R) support!
Apa itu feader rss reader?
feader rss reader adalah ekstensi Chrome yang dikembangkan oleh rajesh appalla, dan fitur utamanya adalah "Displays RSS feeds in a small desktop notification styled window, now with Pocket(R) support!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi feader rss reader
Unduh file ekstensi feader rss reader 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
Feader displays to you RSS feeds that you choose from your favorite content sites and displays them in the form of desktop notifications. This extension is really handy when you want to stay up-to-date with the sites you wish to but find it hard to take time out from your busy schedule to exclusively visit them. This brings articles right to your desktop. Now with Pocket(R) support!
Informasi Dasar Ekstensi
Nama | |
ID | jjmabnfahcleackdjddlgmmaoipaoifb |
URL Resmi | https://chrome.google.com/webstore/detail/feader-rss-reader/jjmabnfahcleackdjddlgmmaoipaoifb |
Deskripsi | Displays RSS feeds in a small desktop notification styled window, now with Pocket(R) support! |
Ukuran File | 316 KB |
Jumlah Instalasi | 466 |
Versi Saat Ini | 1.1.0.4 |
Terakhir Diperbarui | 2014-08-21 |
Tanggal Publikasi | 2014-08-21 |
Penilaian | 3.79/5 Total 19 Penilaian |
Pengembang | rajesh appalla |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.chromerss.com |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "feader rss reader", "version": "1.1.0.4", "manifest_version": 2, "description": "Displays RSS feeds in a small desktop notification styled window, now with Pocket(R) support!", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "background": { "scripts": [ "launcher.js" ] }, "options_page": "options.html", "browser_action": { "default_icon": "icon-19.png" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "permissions": [ "tabs", "notifications", "http:\/\/*\/*", "https:\/\/*\/*" ] } |