Coursera Searcher

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

Wat is Coursera Searcher?

Coursera Searcher is een Chrome-extensie ontwikkeld door hisingh1, en de belangrijkste functie is "This extension allows full text search of coursera on pages that end with /lecture".

Extensie Screenshots

Download het CRX-bestand van de extensie Coursera Searcher

Download Coursera Searcher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Coursera Searcher Coursera Searcher
ID ibdlkknhoibmpmoglnmkapalkminbidc
Officiële URL https://chromewebstore.google.com/detail/coursera-searcher/ibdlkknhoibmpmoglnmkapalkminbidc
Beschrijving This extension allows full text search of coursera on pages that end with /lecture
Bestandsgrootte 300 KB
Aantal Installaties 79
Huidige Versie 1.0.9
Laatst Bijgewerkt 2015-05-12
Publicatiedatum 2015-05-12
Ontwikkelaar hisingh1
Betalingswijze free
Extensiewebsite https://github.com/hsingh23/coursera-full-text-search
Ondersteunde Talen 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"
            ]
        }
    ]
}