Coursera Searcher
This extension allows full text search of coursera on pages that end with /lecture
Co to jest Coursera Searcher?
Coursera Searcher to rozszerzenie Chrome opracowane przez hisingh1, a jego główną funkcją jest „This extension allows full text search of coursera on pages that end with /lecture”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Coursera Searcher
Pobierz pliki rozszerzeń Coursera Searcher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.]
Podstawowe informacje o rozszerzeniu
Nazwa | Coursera Searcher |
ID | ibdlkknhoibmpmoglnmkapalkminbidc |
Oficjalny URL | https://chromewebstore.google.com/detail/coursera-searcher/ibdlkknhoibmpmoglnmkapalkminbidc |
Opis | This extension allows full text search of coursera on pages that end with /lecture |
Rozmiar pliku | 300 KB |
Liczba instalacji | 79 |
Aktualna Wersja | 1.0.9 |
Ostatnia Aktualizacja | 2015-05-12 |
Data Publikacji | 2015-05-12 |
Deweloper | hisingh1 |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/hsingh23/coursera-full-text-search |
Obsługiwane Języki | 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" ] } ] } |