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".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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 |
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" } } |