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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Christopher Casebeer และคุณลักษณะหลักของมันคือ "Get the RSS links for iTunes U courses directly from the course pages, allowing you to subscribe with any podcast client."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RSS links for iTunes U courses
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |