Get RSS Feed URL

Retreive RSS feeds URLs from WebSite

什么是Get RSS Feed URL?

Get RSS Feed URL是由shevabam开发的Chrome扩展程序,该扩展的主要功能是“Retreive RSS feeds URLs from WebSite”。

扩展截图

screenshot

下载Get RSS Feed URL扩展crx文件

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

扩展使用说明

                        Provides links to the various RSS/Atom feeds of a website.

Indeed, websites do not always provide a direct link to the RSS feed. It is then necessary to look in the source code of the website and find the URL of the feed.

This extension makes it possible to avoid this manipulation because the URLs of the RSS feeds of the website are displayed directly!

In addition, this extension allows you to easily retrieve the RSS feed from a Youtube channel / user, from a subreddit or in a Kickstarter page!                    

扩展基本信息

名称 Get RSS Feed URL Get RSS Feed URL
ID kfghpdldaipanmkhfpdcjglncmilendn
官方URL https://chromewebstore.google.com/detail/get-rss-feed-url/kfghpdldaipanmkhfpdcjglncmilendn
简介 Retreive RSS feeds URLs from WebSite
文件大小 190 KB
安装次数 42,136
当前版本 1.4.1
更新时间 2020-12-18
上架时间 2020-04-13
评分 4.03/5 共31次评分
开发者 shevabam
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/shevabam/get-rss-feed-url-extension
帮助页面URL https://github.com/shevabam/get-rss-feed-url-extension/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Get RSS Feed URL",
    "description": "Retreive RSS feeds URLs from WebSite",
    "version": "1.4.1",
    "author": "@shevabam",
    "homepage_url": "https:\/\/github.com\/shevabam\/get-rss-feed-url-extension",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab",
        "notifications"
    ],
    "browser_action": {
        "default_icon": "img\/icon_default.png",
        "default_popup": "popup.html",
        "default_title": "Click to view RSS feeds for this page"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "icons": {
        "128": "img\/icon_128.png"
    }
}