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.

Qu'est-ce que RSS links for iTunes U courses ?

RSS links for iTunes U courses est une extension Chrome développée par Christopher Casebeer, et sa fonction principale est "Get the RSS links for iTunes U courses directly from the course pages, allowing you to subscribe with any podcast client.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension RSS links for iTunes U courses

Téléchargez les fichiers d'extension RSS links for iTunes U courses au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom RSS links for iTunes U courses RSS links for iTunes U courses
ID gmmjfgbacaloikamokicljdicelmdihp
URL Officiel https://chromewebstore.google.com/detail/rss-links-for-itunes-u-co/gmmjfgbacaloikamokicljdicelmdihp
Description Get the RSS links for iTunes U courses directly from the course pages, allowing you to subscribe with any podcast client.
Taille du Fichier 19.39 KB
Nombre d'Installations 3,118
Version Actuelle 0.0.1
Dernière Mise à Jour 2014-05-31
Date de Publication 2014-05-31
Évaluation 3.74/5 Total 65 Évaluations
Développeur Christopher Casebeer
Type de Paiement free
Site Web de l'Extension https://github.com/casebeer/rss-for-itunes-u-chrome-ext
Langues Prises en Charge 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"
    ]
}