Coursera Searcher
This extension allows full text search of coursera on pages that end with /lecture
¿Qué es Coursera Searcher?
Coursera Searcher es una extensión de Chrome desarrollada por hisingh1, y su función principal es "This extension allows full text search of coursera on pages that end with /lecture".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Coursera Searcher
Descarga archivos de extensión Coursera Searcher 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
Coursera Full Text Search Because life is short, and search with computers is fast. Allows you to search all the videos and find where the professor said something really quickly and effectively. Like a boss. Yea - that fast. https://github.com/hsingh23/coursera-full-text-search [first time may be slow - it has to fetch all the subtitles files necessary for search. It only does this once.]
Información Básica de la Extensión
Nombre | Coursera Searcher |
ID | ibdlkknhoibmpmoglnmkapalkminbidc |
URL Oficial | https://chromewebstore.google.com/detail/coursera-searcher/ibdlkknhoibmpmoglnmkapalkminbidc |
Descripción | This extension allows full text search of coursera on pages that end with /lecture |
Tamaño del Archivo | 300 KB |
Cantidad de Instalaciones | 79 |
Versión Actual | 1.0.9 |
Última Actualización | 2015-05-12 |
Fecha de Publicación | 2015-05-12 |
Desarrollador | hisingh1 |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/hsingh23/coursera-full-text-search |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Coursera Searcher", "version": "1.0.9", "manifest_version": 2, "description": "This extension allows full text search of coursera on pages that end with \/lecture", "homepage_url": "https:\/\/github.com\/hsingh23\/coursera-full-text-search", "icons": { "128": "icons\/search.png" }, "content_scripts": [ { "matches": [ "https:\/\/class.coursera.org\/*\/lecture" ], "js": [ "coursera-fts.lib.js", "coursera-fts.js" ] } ] } |