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.
Wat is RSS links for iTunes U courses?
RSS links for iTunes U courses is een Chrome-extensie ontwikkeld door Christopher Casebeer, en de belangrijkste functie is "Get the RSS links for iTunes U courses directly from the course pages, allowing you to subscribe with any podcast client.".
Extensie Screenshots
Download het CRX-bestand van de extensie RSS links for iTunes U courses
Download RSS links for iTunes U courses-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | RSS links for iTunes U courses |
ID | gmmjfgbacaloikamokicljdicelmdihp |
Officiële URL | https://chromewebstore.google.com/detail/rss-links-for-itunes-u-co/gmmjfgbacaloikamokicljdicelmdihp |
Beschrijving | Get the RSS links for iTunes U courses directly from the course pages, allowing you to subscribe with any podcast client. |
Bestandsgrootte | 19.39 KB |
Aantal Installaties | 3,118 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2014-05-31 |
Publicatiedatum | 2014-05-31 |
Beoordeling | 3.74/5 Totaal 65 Beoordelingen |
Ontwikkelaar | Christopher Casebeer |
Betalingswijze | free |
Extensiewebsite | https://github.com/casebeer/rss-for-itunes-u-chrome-ext |
Ondersteunde Talen | 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" ] } |