RSS Finder
Lists RSS and Atom feeds available on the current web page.
RSS Finder क्या है?
RSS Finder Andy LS द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Lists RSS and Atom feeds available on the current web page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RSS Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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": [ "*:\/\/*\/*" ] } |