Coursera Searcher
This extension allows full text search of coursera on pages that end with /lecture
Qu'est-ce que Coursera Searcher ?
Coursera Searcher est une extension Chrome développée par hisingh1, et sa fonction principale est "This extension allows full text search of coursera on pages that end with /lecture".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Coursera Searcher
Téléchargez les fichiers d'extension Coursera Searcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.]
Informations de Base sur l'Extension
Nom | Coursera Searcher |
ID | ibdlkknhoibmpmoglnmkapalkminbidc |
URL Officiel | https://chromewebstore.google.com/detail/coursera-searcher/ibdlkknhoibmpmoglnmkapalkminbidc |
Description | This extension allows full text search of coursera on pages that end with /lecture |
Taille du Fichier | 300 KB |
Nombre d'Installations | 79 |
Version Actuelle | 1.0.9 |
Dernière Mise à Jour | 2015-05-12 |
Date de Publication | 2015-05-12 |
Développeur | hisingh1 |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/hsingh23/coursera-full-text-search |
Langues Prises en Charge | 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" ] } ] } |