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 là gì?

RSS links for iTunes U courses là một tiện ích mở rộng Chrome được phát triển bởi Christopher Casebeer, và tính năng chính của nó là "Get the RSS links for iTunes U courses directly from the course pages, allowing you to subscribe with any podcast client.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng RSS links for iTunes U courses

Tải xuống các tệp mở rộng RSS links for iTunes U courses dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên RSS links for iTunes U courses RSS links for iTunes U courses
ID gmmjfgbacaloikamokicljdicelmdihp
URL Chính Thức https://chromewebstore.google.com/detail/rss-links-for-itunes-u-co/gmmjfgbacaloikamokicljdicelmdihp
Mô tả Get the RSS links for iTunes U courses directly from the course pages, allowing you to subscribe with any podcast client.
Kích Thước Tệp 19.39 KB
Số Lần Cài Đặt 3,118
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2014-05-31
Ngày Phát Hành 2014-05-31
Đánh Giá 3.74/5 Tổng số 65 Đánh Giá
Nhà Phát Triển Christopher Casebeer
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/casebeer/rss-for-itunes-u-chrome-ext
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}