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.

O que é RSS links for iTunes U courses?

RSS links for iTunes U courses é uma extensão do Chrome desenvolvida por Christopher Casebeer, e sua principal característica é "Get the RSS links for iTunes U courses directly from the course pages, allowing you to subscribe with any podcast client.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão RSS links for iTunes U courses

Baixe arquivos de extensão RSS links for iTunes U courses no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome RSS links for iTunes U courses RSS links for iTunes U courses
ID gmmjfgbacaloikamokicljdicelmdihp
URL Oficial https://chromewebstore.google.com/detail/rss-links-for-itunes-u-co/gmmjfgbacaloikamokicljdicelmdihp
Descrição Get the RSS links for iTunes U courses directly from the course pages, allowing you to subscribe with any podcast client.
Tamanho do Arquivo 19.39 KB
Contagem de Instalações 3,118
Versão Atual 0.0.1
Última Atualização 2014-05-31
Data de Publicação 2014-05-31
Classificação 3.74/5 Total de 65 Avaliações
Desenvolvedor Christopher Casebeer
Tipo de Pagamento free
Site da Extensão https://github.com/casebeer/rss-for-itunes-u-chrome-ext
Idiomas Suportados 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"
    ]
}