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.

Was ist RSS links for iTunes U courses?

RSS links for iTunes U courses ist eine Chrome-Erweiterung, die von Christopher Casebeer entwickelt wurde, und ihr Hauptmerkmal ist "Get the RSS links for iTunes U courses directly from the course pages, allowing you to subscribe with any podcast client.".

Erweiterungsscreenshots

screenshot

RSS links for iTunes U courses-Erweiterungs-CRX-Datei herunterladen

Laden Sie RSS links for iTunes U courses-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name RSS links for iTunes U courses RSS links for iTunes U courses
ID gmmjfgbacaloikamokicljdicelmdihp
Offizielle URL https://chromewebstore.google.com/detail/rss-links-for-itunes-u-co/gmmjfgbacaloikamokicljdicelmdihp
Beschreibung Get the RSS links for iTunes U courses directly from the course pages, allowing you to subscribe with any podcast client.
Dateigröße 19.39 KB
Installationsanzahl 3,118
Aktuelle Version 0.0.1
Letztes Update 2014-05-31
Veröffentlichungsdatum 2014-05-31
Bewertung 3.74/5 Insgesamt 65 Bewertungen
Entwickler Christopher Casebeer
Zahlungsart free
Erweiterungswebsite https://github.com/casebeer/rss-for-itunes-u-chrome-ext
Unterstützte Sprachen 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"
    ]
}