Get RSS Feed URL

Retreive RSS feeds URLs from WebSite

Get RSS Feed URLคืออะไร?

Get RSS Feed URL เป็นส่วนขยายของ Chrome ที่พัฒนาโดย shevabam และคุณลักษณะหลักของมันคือ "Retreive RSS feeds URLs from WebSite"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Get RSS Feed URL

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
อีเมล [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"
    }
}