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.
¿Qué es RSS links for iTunes U courses?
RSS links for iTunes U courses es una extensión de Chrome desarrollada por Christopher Casebeer, y su función principal es "Get the RSS links for iTunes U courses directly from the course pages, allowing you to subscribe with any podcast client.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión RSS links for iTunes U courses
Descarga archivos de extensión RSS links for iTunes U courses en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | RSS links for iTunes U courses |
ID | gmmjfgbacaloikamokicljdicelmdihp |
URL Oficial | https://chromewebstore.google.com/detail/rss-links-for-itunes-u-co/gmmjfgbacaloikamokicljdicelmdihp |
Descripción | Get the RSS links for iTunes U courses directly from the course pages, allowing you to subscribe with any podcast client. |
Tamaño del Archivo | 19.39 KB |
Cantidad de Instalaciones | 3,118 |
Versión Actual | 0.0.1 |
Última Actualización | 2014-05-31 |
Fecha de Publicación | 2014-05-31 |
Calificación | 3.74/5 Total de 65 Calificaciones |
Desarrollador | Christopher Casebeer |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/casebeer/rss-for-itunes-u-chrome-ext |
Idiomas Soportados | 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" ] } |