Coursera Searcher
This extension allows full text search of coursera on pages that end with /lecture
Hvad er Coursera Searcher?
Coursera Searcher er en Chrome-udvidelse udviklet af hisingh1, og dens hovedfunktion er "This extension allows full text search of coursera on pages that end with /lecture".
Udvidelsesskærmbilleder
Download Coursera Searcher-udvidelses-CRX-fil
Download Coursera Searcher-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.]
Grundlæggende oplysninger om udvidelsen
Navn | Coursera Searcher |
ID | ibdlkknhoibmpmoglnmkapalkminbidc |
Officiel URL | https://chromewebstore.google.com/detail/coursera-searcher/ibdlkknhoibmpmoglnmkapalkminbidc |
Beskrivelse | This extension allows full text search of coursera on pages that end with /lecture |
Filstørrelse | 300 KB |
Antal Installationer | 79 |
Nuværende Version | 1.0.9 |
Senest Opdateret | 2015-05-12 |
Udgivelsesdato | 2015-05-12 |
Udvikler | hisingh1 |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/hsingh23/coursera-full-text-search |
Understøttede Sprog | 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" ] } ] } |