RSS Finder
Lists RSS and Atom feeds available on the current web page.
什么是RSS Finder?
RSS Finder是由Andy LS开发的Chrome扩展程序,该扩展的主要功能是“Lists RSS and Atom feeds available on the current web page.”。
扩展截图
下载RSS Finder扩展crx文件
下载RSS Finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
An extension that scrapes each page that you visit in turn for any active RSS or Atom urls and presents them as a list for you to copy for use with news readers and aggregators. Current behaviours: - Standard page scraping for meta tags pointing to application/rss+xml or application/atom+xml - Scraping of YouTube pages to obtain the link to the lesser known feeds behind each channel More features to come. Free. License: GPLv3 Source code: https://github.com/andylshort/RSS-Finder For any issues or assistance, contact [email protected]
扩展基本信息
名称 | RSS Finder |
ID | ijdgeedipkpmcliidjhbemmlgibfnaff |
官方URL | https://chromewebstore.google.com/detail/rss-finder/ijdgeedipkpmcliidjhbemmlgibfnaff |
简介 | Lists RSS and Atom feeds available on the current web page. |
文件大小 | 219 KB |
安装次数 | 5,027 |
当前版本 | 1.2 |
更新时间 | 2022-06-05 |
上架时间 | 2018-08-04 |
评分 | 4.00/5 共10次评分 |
开发者 | Andy LS |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/andylshort/RSS-Finder |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "RSS Finder", "short_name": "RSS Finder", "description": "Lists RSS and Atom feeds available on the current web page.", "version": "1.2", "homepage_url": "https:\/\/andyls.co.uk\/projects\/rss-finder", "icons": { "16": "img\/rss_16.png", "48": "img\/rss_48.png", "128": "img\/rss_128.png", "512": "img\/rss_512.png" }, "action": { "default_icon": { "48": "img\/rss_grey_48.png" } }, "background": { "service_worker": "js\/background.js" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "*:\/\/*\/*" ] } |