Coursera Searcher
This extension allows full text search of coursera on pages that end with /lecture
Cos'è Coursera Searcher?
Coursera Searcher è un'estensione di Chrome sviluppata da hisingh1, e la sua funzione principale è "This extension allows full text search of coursera on pages that end with /lecture".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Coursera Searcher
Scarica i file di estensione Coursera Searcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.]
Informazioni di Base sull'Estensione
Nome | Coursera Searcher |
ID | ibdlkknhoibmpmoglnmkapalkminbidc |
URL Ufficiale | https://chromewebstore.google.com/detail/coursera-searcher/ibdlkknhoibmpmoglnmkapalkminbidc |
Descrizione | This extension allows full text search of coursera on pages that end with /lecture |
Dimensione del File | 300 KB |
Conteggio Installazioni | 79 |
Versione Corrente | 1.0.9 |
Ultimo Aggiornamento | 2015-05-12 |
Data di Pubblicazione | 2015-05-12 |
Sviluppatore | hisingh1 |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/hsingh23/coursera-full-text-search |
Lingue Supportate | 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" ] } ] } |