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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}