Coursera Searcher

This extension allows full text search of coursera on pages that end with /lecture

What is Coursera Searcher?

Coursera Searcher is a Chrome extension developed by hisingh1, and its main feature is "This extension allows full text search of coursera on pages that end with /lecture".

Extension Screenshots

Download Coursera Searcher Extension CRX File

Download Coursera Searcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.]                    

Extension Basic Information

Name Coursera Searcher Coursera Searcher
ID ibdlkknhoibmpmoglnmkapalkminbidc
Official URL https://chromewebstore.google.com/detail/coursera-searcher/ibdlkknhoibmpmoglnmkapalkminbidc
Description This extension allows full text search of coursera on pages that end with /lecture
File Size 300 KB
Installation Count 79
Current Version 1.0.9
Last Updated 2015-05-12
Publish Date 2015-05-12
Developer hisingh1
Payment Type free
Extension Website https://github.com/hsingh23/coursera-full-text-search
Supported Languages 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"
            ]
        }
    ]
}