RSS Feed Finder
Retreive/Find RSS feeds from Websites
RSS Feed Finder란 무엇입니까?
RSS Feed Finder은(는) ikeyurp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Retreive/Find RSS feeds from Websites"입니다.
확장 프로그램 스크린샷
RSS Feed Finder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } } |