feader rss reader
Displays RSS feeds in a small desktop notification styled window, now with Pocket(R) support!
什麼是feader rss reader?
feader rss reader是由rajesh appalla開發的Chrome擴展程式,該擴展的主要功能是“Displays RSS feeds in a small desktop notification styled window, now with Pocket(R) support!”。
擴展截圖
下載feader rss reader擴展crx文件
下載feader rss reader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | |
ID | jjmabnfahcleackdjddlgmmaoipaoifb |
官方網址 | https://chrome.google.com/webstore/detail/feader-rss-reader/jjmabnfahcleackdjddlgmmaoipaoifb |
簡介 | Displays RSS feeds in a small desktop notification styled window, now with Pocket(R) support! |
檔案大小 | 316 KB |
安裝次數 | 466 |
目前版本 | 1.1.0.4 |
更新時間 | 2014-08-21 |
上架時間 | 2014-08-21 |
評分 | 3.79/5 共 19 次評分 |
開發者 | rajesh appalla |
付費類型 | free |
擴展官網 | http://www.chromerss.com |
支援的語言 | 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:\/\/*\/*" ] } |