Coursera Searcher
This extension allows full text search of coursera on pages that end with /lecture
Coursera Searcher क्या है?
Coursera Searcher hisingh1 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows full text search of coursera on pages that end with /lecture"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Coursera Searcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.]
एक्सटेंशन की मूल जानकारी
नाम | Coursera Searcher |
ID | ibdlkknhoibmpmoglnmkapalkminbidc |
आधिकारिक URL | https://chromewebstore.google.com/detail/coursera-searcher/ibdlkknhoibmpmoglnmkapalkminbidc |
विवरण | This extension allows full text search of coursera on pages that end with /lecture |
फ़ाइल का आकार | 300 KB |
स्थापना संख्या | 79 |
वर्तमान संस्करण | 1.0.9 |
अंतिम अपडेट | 2015-05-12 |
प्रकाशन तिथि | 2015-05-12 |
डेवलपर | hisingh1 |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/hsingh23/coursera-full-text-search |
समर्थित भाषाएँ | 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" ] } ] } |