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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

RSS Finder 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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 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": [
        "*:\/\/*\/*"
    ]
}