RSS Feed
RSS Feed let's you follow your favorite websites in one place.
RSS Feed là gì?
RSS Feed là một tiện ích mở rộng Chrome được phát triển bởi http://onefeed.app, và tính năng chính của nó là "RSS Feed let's you follow your favorite websites in one place.".
Ả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 RSS Feed
Tải xuống các tệp mở rộng RSS Feed 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
Discover new content and stay up-to-date with your favorite feeds, news and blogs without the need to visit every website.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | onajimpflclfkonkpcjnpffmnefdnmfb |
URL Chính Thức | https://chrome.google.com/webstore/detail/rss-feed/onajimpflclfkonkpcjnpffmnefdnmfb |
Mô tả | RSS Feed let's you follow your favorite websites in one place. |
Kích Thước Tệp | 63.14 KB |
Số Lần Cài Đặt | 239 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2018-07-16 |
Ngày Phát Hành | 2018-07-16 |
Đánh Giá | 3.67/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | http://onefeed.app |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://onefeed.app |
URL Trang Trợ Giúp | https://onefeed.app |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.2", "name": "RSS Feed", "manifest_version": 2, "description": "RSS Feed let's you follow your favorite websites in one place.", "browser_action": { "default_title": "OneFeed", "default_popup": "popup.html" }, "icons": { "16": "img\/OneFeed-RSS-Feed-16.png", "48": "img\/OneFeed-RSS-Feed-48.png", "128": "img\/OneFeed-RSS-Feed-128.png" }, "web_accessible_resources": [ "inject.html" ], "background": { "page": "background.html" }, "permissions": [ "contextMenus", "management", "tabs", "storage" ], "content_security_policy": "default-src 'self'; script-src 'self' https:\/\/gql.socialfeed.io https:\/\/onefeed.app https:\/\/img.onefeed.app https:\/\/*.socialfeed.io http:\/\/localhost:4000 http:\/\/localhost:3030 https:\/\/localhost:3030 http:\/\/localhost:3005 https:\/\/localhost:3005 'unsafe-eval'; connect-src https:\/\/gql.socialfeed.io https:\/\/onefeed.app https:\/\/*.socialfeed.io https:\/\/img.onefeed.app http:\/\/localhost:4000 http:\/\/localhost:3030 http:\/\/localhost:3005; style-src * 'unsafe-inline' 'self' blob:; img-src * 'self' data:; font-src * 'self' data:;" } |