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