SnipRSS
Quickly create RSS feeds straight from web pages
SnipRSS là gì?
SnipRSS là một tiện ích mở rộng Chrome được phát triển bởi https://sniprss.com, và tính năng chính của nó là "Quickly create RSS feeds straight from web pages".
Ả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 SnipRSS
Tải xuống các tệp mở rộng SnipRSS 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
SnipRSS enables you to snip videos, podcasts, blog posts, web pages, social posts and documents from around the web into your own shareable RSS feeds.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SnipRSS |
ID | epjpckipgaokjlibmahggjgpeealngad |
URL Chính Thức | https://chromewebstore.google.com/detail/sniprss/epjpckipgaokjlibmahggjgpeealngad |
Mô tả | Quickly create RSS feeds straight from web pages |
Kích Thước Tệp | 29.79 KB |
Số Lần Cài Đặt | 150 |
Phiên Bản Hiện Tại | 1.0.4 |
Cập Nhật Lần Cuối | 2022-06-24 |
Ngày Phát Hành | 2021-08-26 |
Nhà Phát Triển | https://sniprss.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://sniprss.com/ |
URL Trang Trợ Giúp | https://sniprss.com/ |
URL Trang Chính Sách Bảo Mật | https://www.redrobotstudios.com/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SnipRSS", "description": "Quickly create RSS feeds straight from web pages", "version": "1.0.4", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting", "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/img\/logo.png", "32": "\/img\/logo.png", "48": "\/img\/logo.png", "128": "\/img\/logo.png" } }, "icons": { "16": "\/img\/logo.png", "32": "\/img\/logo.png", "48": "\/img\/logo.png", "128": "\/img\/logo.png" }, "host_permissions": [ "https:\/\/sniprss.com\/api\/*" ] } |