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.

什么是RSS links for iTunes U courses?

RSS links for iTunes U courses是由Christopher Casebeer开发的Chrome扩展程序,该扩展的主要功能是“Get the RSS links for iTunes U courses directly from the course pages, allowing you to subscribe with any podcast client.”。

扩展截图

screenshot

下载RSS links for iTunes U courses扩展crx文件

下载RSS links for iTunes U courses扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 RSS links for iTunes U courses RSS links for iTunes U courses
ID gmmjfgbacaloikamokicljdicelmdihp
官方URL https://chromewebstore.google.com/detail/rss-links-for-itunes-u-co/gmmjfgbacaloikamokicljdicelmdihp
简介 Get the RSS links for iTunes U courses directly from the course pages, allowing you to subscribe with any podcast client.
文件大小 19.39 KB
安装次数 3,118
当前版本 0.0.1
更新时间 2014-05-31
上架时间 2014-05-31
评分 3.74/5 共65次评分
开发者 Christopher Casebeer
付费类型 free
扩展官网 https://github.com/casebeer/rss-for-itunes-u-chrome-ext
支持的语言 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"
    ]
}