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 |
官方網址 | 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 |
電子郵箱 | [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" } } |