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.”。
擴展截圖
下載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 |
ID | gmmjfgbacaloikamokicljdicelmdihp |
官方網址 | 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" ] } |