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