feader rss reader
Displays RSS feeds in a small desktop notification styled window, now with Pocket(R) support!
feader rss reader là gì?
feader rss reader là một tiện ích mở rộng Chrome được phát triển bởi rajesh appalla, và tính năng chính của nó là "Displays RSS feeds in a small desktop notification styled window, now with Pocket(R) support!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng feader rss reader
Tải xuống các tệp mở rộng feader rss reader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jjmabnfahcleackdjddlgmmaoipaoifb |
URL Chính Thức | https://chrome.google.com/webstore/detail/feader-rss-reader/jjmabnfahcleackdjddlgmmaoipaoifb |
Mô tả | Displays RSS feeds in a small desktop notification styled window, now with Pocket(R) support! |
Kích Thước Tệp | 316 KB |
Số Lần Cài Đặt | 466 |
Phiên Bản Hiện Tại | 1.1.0.4 |
Cập Nhật Lần Cuối | 2014-08-21 |
Ngày Phát Hành | 2014-08-21 |
Đánh Giá | 3.79/5 Tổng số 19 Đánh Giá |
Nhà Phát Triển | rajesh appalla |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.chromerss.com |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/*" ] } |