Get RSS Feed URL

Retreive RSS feeds URLs from WebSite

Get RSS Feed URL là gì?

Get RSS Feed URL là một tiện ích mở rộng Chrome được phát triển bởi shevabam, và tính năng chính của nó là "Retreive RSS feeds URLs from WebSite".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Get RSS Feed URL

Tải xuống các tệp mở rộng Get RSS Feed URL dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Get RSS Feed URL Get RSS Feed URL
ID kfghpdldaipanmkhfpdcjglncmilendn
URL Chính Thức https://chromewebstore.google.com/detail/get-rss-feed-url/kfghpdldaipanmkhfpdcjglncmilendn
Mô tả Retreive RSS feeds URLs from WebSite
Kích Thước Tệp 190 KB
Số Lần Cài Đặt 42,136
Phiên Bản Hiện Tại 1.4.1
Cập Nhật Lần Cuối 2020-12-18
Ngày Phát Hành 2020-04-13
Đánh Giá 4.03/5 Tổng số 31 Đánh Giá
Nhà Phát Triển shevabam
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/shevabam/get-rss-feed-url-extension
URL Trang Trợ Giúp https://github.com/shevabam/get-rss-feed-url-extension/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}