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.

Co je RSS links for iTunes U courses?

RSS links for iTunes U courses je rozšíření Chrome vyvinuté Christopher Casebeer, a jeho hlavní funkcí je „Get the RSS links for iTunes U courses directly from the course pages, allowing you to subscribe with any podcast client.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření RSS links for iTunes U courses

Stáhněte si soubory rozšíření RSS links for iTunes U courses ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název RSS links for iTunes U courses RSS links for iTunes U courses
ID gmmjfgbacaloikamokicljdicelmdihp
Oficiální URL https://chromewebstore.google.com/detail/rss-links-for-itunes-u-co/gmmjfgbacaloikamokicljdicelmdihp
Popis Get the RSS links for iTunes U courses directly from the course pages, allowing you to subscribe with any podcast client.
Velikost souboru 19.39 KB
Počet instalací 3,118
Aktuální Verze 0.0.1
Poslední Aktualizace 2014-05-31
Datum Vydání 2014-05-31
Hodnocení 3.74/5 Celkem 65 Hodnocení
Vývojář Christopher Casebeer
Typ Platby free
Webové stránky Rozšíření https://github.com/casebeer/rss-for-itunes-u-chrome-ext
Podporované Jazyky 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"
    ]
}