SnipRSS
Quickly create RSS feeds straight from web pages
什么是SnipRSS?
SnipRSS是由https://sniprss.com开发的Chrome扩展程序,该扩展的主要功能是“Quickly create RSS feeds straight from web pages”。
扩展截图
下载SnipRSS扩展crx文件
下载SnipRSS扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | SnipRSS |
ID | epjpckipgaokjlibmahggjgpeealngad |
官方URL | https://chromewebstore.google.com/detail/sniprss/epjpckipgaokjlibmahggjgpeealngad |
简介 | Quickly create RSS feeds straight from web pages |
文件大小 | 29.79 KB |
安装次数 | 150 |
当前版本 | 1.0.4 |
更新时间 | 2022-06-24 |
上架时间 | 2021-08-26 |
开发者 | https://sniprss.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://sniprss.com/ |
帮助页面URL | https://sniprss.com/ |
隐私政策页面URL | https://www.redrobotstudios.com/privacy.html |
支持的语言 | 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\/*" ] } |