RSS Subscription Extension, Reader
Adds one-click subscription to powerful RSS reader, Podcast reader. It allows you to easily add RSS feeds to reader.
RSS Subscription Extension, Reader là gì?
RSS Subscription Extension, Reader là một tiện ích mở rộng Chrome được phát triển bởi Smart Software, và tính năng chính của nó là "Adds one-click subscription to powerful RSS reader, Podcast reader. It allows you to easily add RSS feeds to reader.".
Ả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 Subscription Extension, Reader
Tải xuống các tệp mở rộng RSS Subscription Extension, 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
Adds one-click subscription to powerful RSS reader, Podcast reader & player. It allows you to easily add RSS feeds to reader. Supports feed preview and subscribe. The setup is extremely simple. Read RSS feeds and podcasts! No registration required. Published the extension since 2011 Updated to the manifest v3 in December 2023
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | RSS Subscription Extension, Reader |
ID | lgdngcfmcehppebgjdkhjgpbdjgipjpb |
URL Chính Thức | https://chromewebstore.google.com/detail/rss-subscription-extensio/lgdngcfmcehppebgjdkhjgpbdjgipjpb |
Mô tả | Adds one-click subscription to powerful RSS reader, Podcast reader. It allows you to easily add RSS feeds to reader. |
Kích Thước Tệp | 110 KB |
Số Lần Cài Đặt | 4,277 |
Phiên Bản Hiện Tại | 0.9.3.6 |
Cập Nhật Lần Cuối | 2023-12-12 |
Ngày Phát Hành | 2020-04-11 |
Đánh Giá | 3.65/5 Tổng số 83 Đánh Giá |
Nhà Phát Triển | Smart Software |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://rssmerge.flowsoft7.com/ |
URL Trang Trợ Giúp | http://rssmerge.flowsoft7.com/ |
URL Trang Chính Sách Bảo Mật | http://iblogbox.com/chrome/tos.php |
Ngôn Ngữ Được Hỗ Trợ | de,en,fr,nl,no,vi,da,es,it,hu,pl,pt-BR,sk,fi,sv,cs,el,ru,uk,iw,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "background": { "service_worker": "js\/bg.js" }, "default_locale": "en", "description": "__MSG_ext_description__", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "action": { "default_icon": "images\/icon19.png", "default_popup": "popup.html", "default_title": "RSS Subscription Extension, Reader" }, "name": "RSS Subscription Extension, Reader", "content_scripts": [ { "js": [ "js\/injectlib.js", "js\/start.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" }, { "js": [ "js\/injectlib.js", "js\/inject.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "tabs", "contextMenus", "storage" ], "options_page": "options.html", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "minimum_chrome_version": "88.0.0.0", "version": "0.9.3.6" } |