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.

Vad är RSS links for iTunes U courses?

RSS links for iTunes U courses är en Chrome-tillägg utvecklad av Christopher Casebeer, och dess huvudfunktion är "Get the RSS links for iTunes U courses directly from the course pages, allowing you to subscribe with any podcast client.".

Tilläggsskärmbilder

screenshot

Ladda ner RSS links for iTunes U courses-förlängningens CRX-fil

Ladda ner RSS links for iTunes U courses-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn RSS links for iTunes U courses RSS links for iTunes U courses
ID gmmjfgbacaloikamokicljdicelmdihp
Officiell webbadress https://chromewebstore.google.com/detail/rss-links-for-itunes-u-co/gmmjfgbacaloikamokicljdicelmdihp
Beskrivning Get the RSS links for iTunes U courses directly from the course pages, allowing you to subscribe with any podcast client.
Filstorlek 19.39 KB
Antal Installationer 3,118
Aktuell Version 0.0.1
Senast Uppdaterad 2014-05-31
Publiceringsdatum 2014-05-31
Betyg 3.74/5 Totalt 65 Betyg
Utvecklare Christopher Casebeer
Betalningssätt free
Tilläggswebbplats https://github.com/casebeer/rss-for-itunes-u-chrome-ext
Stödda Språk 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"
    ]
}