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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}