RSS Feed Finder

Retreive/Find RSS feeds from Websites

什么是RSS Feed Finder?

RSS Feed Finder是由ikeyurp开发的Chrome扩展程序,该扩展的主要功能是“Retreive/Find RSS feeds from Websites”。

扩展截图

screenshot

下载RSS Feed Finder扩展crx文件

下载RSS Feed Finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Get a simple reader of your RSS and Atom feeds in the toolbar

If you have any feedback, bugs or issues, we're always listening on our support channel: [email protected]

The best RSS Feed Reader extension for Chrome

Features:
- Supports both RSS and Atom feeds
- Discover both RSS and Atom feeds within pages
- You can copy the RSS feeds manually or copy all at once
- See when a page has any RSS or Atom feeds to subscribe to
- Intuitively manage your feeds
- Everything is contained within the browser so no other third-party sites are needed                    

扩展基本信息

名称 RSS Feed Finder RSS Feed Finder
ID gneplfjjnfmbgimbgonejfoaiphdfkcp
官方URL https://chromewebstore.google.com/detail/rss-feed-finder/gneplfjjnfmbgimbgonejfoaiphdfkcp
简介 Retreive/Find RSS feeds from Websites
文件大小 64.61 KB
安装次数 2,071
当前版本 2.0
更新时间 2023-05-18
上架时间 2020-12-31
评分 4.33/5 共6次评分
开发者 ikeyurp
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "RSS Feed Finder",
    "description": "Retreive\/Find RSS feeds from Websites",
    "version": "2.0",
    "author": {
        "name": "Keyur Patel",
        "email": "[email protected]"
    },
    "host_permissions": [
        "*:\/\/*\/"
    ],
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_icon": {
            "128": "assets\/img\/icon_default.png"
        },
        "default_popup": "popup.html",
        "default_title": "Click to find RSS feeds for this website"
    },
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "icons": {
        "128": "assets\/img\/icon_128.png"
    }
}