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.」です。
拡張機能のスクリーンショット
RSS Finder拡張機能のCRXファイルをダウンロード
RSS Finder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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": [ "*:\/\/*\/*" ] } |