RSS Finder

Lists RSS and Atom feeds available on the current web page.

RSS Finderคืออะไร?

RSS Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andy LS และคุณลักษณะหลักของมันคือ "Lists RSS and Atom feeds available on the current web page."

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

screenshot
screenshot

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

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