get-rss-feed-url-extension icon indicating copy to clipboard operation
get-rss-feed-url-extension copied to clipboard

Retreive RSS feeds URLs from WebSite - Chrome Extension

Results 13 get-rss-feed-url-extension issues
Sort by recently updated
recently updated
newest added

Here's their RSS feed that works. https://www.ebaumsworld.com/rss/featured/

In addition to the entries already checked by `async function tryToGetFeedURL(tabUrl)` in https://github.com/shevabam/get-rss-feed-url-extension/blob/master/js/functions.js please add these: ``` text /feed/ /rss/ /blog/feed/ /blog/rss/ /blog/rss.xmls /feeds/posts/default /?format=feed ``` Sources: - https://help.ocoya.com/en/articles/8021127-how-to-find-rss-feed-urls which...

google's "RSS Subscription" extension [(fork)](https://github.com/justinkelly/chrome-rss) offers the ability to submit the extracted feed url to an aggregator service chosen from a configurable list (but is no good for github without...