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 to jest RSS links for iTunes U courses?

RSS links for iTunes U courses to rozszerzenie Chrome opracowane przez Christopher Casebeer, a jego główną funkcją jest „Get the RSS links for iTunes U courses directly from the course pages, allowing you to subscribe with any podcast client.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia RSS links for iTunes U courses

Pobierz pliki rozszerzeń RSS links for iTunes U courses w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa RSS links for iTunes U courses RSS links for iTunes U courses
ID gmmjfgbacaloikamokicljdicelmdihp
Oficjalny URL https://chromewebstore.google.com/detail/rss-links-for-itunes-u-co/gmmjfgbacaloikamokicljdicelmdihp
Opis Get the RSS links for iTunes U courses directly from the course pages, allowing you to subscribe with any podcast client.
Rozmiar pliku 19.39 KB
Liczba instalacji 3,118
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2014-05-31
Data Publikacji 2014-05-31
Ocena 3.74/5 Łącznie 65 Oceny
Deweloper Christopher Casebeer
Typ Płatności free
Strona Rozszerzenia https://github.com/casebeer/rss-for-itunes-u-chrome-ext
Obsługiwane Języki 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"
    ]
}