RSS links for iTunes U courses
Get the RSS links for iTunes U courses directly from the course pages, allowing you to subscribe with any podcast client.
Τι είναι το RSS links for iTunes U courses;
Το RSS links for iTunes U courses είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Christopher Casebeer, και η κύρια λειτουργία του είναι "Get the RSS links for iTunes U courses directly from the course pages, allowing you to subscribe with any podcast client.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης RSS links for iTunes U courses
Λήψη αρχείων επέκτασης RSS links for iTunes U courses σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
On iTunes U course web "preview" pages, an orange RSS feed icon will appear in the Chrome omnibox. Click on the icon to open a popup, then click on the link in the popup to view the course's RSS feed. You can then subscribe to the course's RSS feed with any podcast client or RSS reader. The extension will not appear on non-iTunes-U web pages. Source code is available on Github: https://github.com/casebeer/rss-for-itunes-u-chrome-ext
Βασικές Πληροφορίες Επέκτασης
Όνομα | RSS links for iTunes U courses |
ID | gmmjfgbacaloikamokicljdicelmdihp |
Επίσημο URL | https://chromewebstore.google.com/detail/rss-links-for-itunes-u-co/gmmjfgbacaloikamokicljdicelmdihp |
Περιγραφή | Get the RSS links for iTunes U courses directly from the course pages, allowing you to subscribe with any podcast client. |
Μέγεθος Αρχείου | 19.39 KB |
Αριθμός Εγκαταστάσεων | 3,118 |
Τρέχουσα Έκδοση | 0.0.1 |
Τελευταία Ενημέρωση | 2014-05-31 |
Ημερομηνία Δημοσίευσης | 2014-05-31 |
Αξιολόγηση | 3.74/5 Συνολικά 65 Αξιολογήσεις |
Προγραμματιστής | Christopher Casebeer |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/casebeer/rss-for-itunes-u-chrome-ext |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RSS links for iTunes U courses", "version": "0.0.1", "description": "Get the RSS links for iTunes U courses directly from the course pages, allowing you to subscribe with any podcast client.", "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" } }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "tabs" ] } |