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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get the RSS links for iTunes U courses directly from the course pages, allowing you to subscribe with any podcast client."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RSS links for iTunes U courses एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } |