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.
Cos'è RSS links for iTunes U courses?
RSS links for iTunes U courses è un'estensione di Chrome sviluppata da Christopher Casebeer, e la sua funzione principale è "Get the RSS links for iTunes U courses directly from the course pages, allowing you to subscribe with any podcast client.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione RSS links for iTunes U courses
Scarica i file di estensione RSS links for iTunes U courses in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | RSS links for iTunes U courses |
ID | gmmjfgbacaloikamokicljdicelmdihp |
URL Ufficiale | https://chromewebstore.google.com/detail/rss-links-for-itunes-u-co/gmmjfgbacaloikamokicljdicelmdihp |
Descrizione | Get the RSS links for iTunes U courses directly from the course pages, allowing you to subscribe with any podcast client. |
Dimensione del File | 19.39 KB |
Conteggio Installazioni | 3,118 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2014-05-31 |
Data di Pubblicazione | 2014-05-31 |
Valutazione | 3.74/5 Totale 65 Valutazioni |
Sviluppatore | Christopher Casebeer |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/casebeer/rss-for-itunes-u-chrome-ext |
Lingue Supportate | 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" ] } |