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ファイルをダウンロード
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 |
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 |
Eメール | [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" } } |