Coursera Searcher

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

Was ist Coursera Searcher?

Coursera Searcher ist eine Chrome-Erweiterung, die von hisingh1 entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows full text search of coursera on pages that end with /lecture".

Erweiterungsscreenshots

Coursera Searcher-Erweiterungs-CRX-Datei herunterladen

Laden Sie Coursera Searcher-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Coursera Searcher Coursera Searcher
ID ibdlkknhoibmpmoglnmkapalkminbidc
Offizielle URL https://chromewebstore.google.com/detail/coursera-searcher/ibdlkknhoibmpmoglnmkapalkminbidc
Beschreibung This extension allows full text search of coursera on pages that end with /lecture
Dateigröße 300 KB
Installationsanzahl 79
Aktuelle Version 1.0.9
Letztes Update 2015-05-12
Veröffentlichungsdatum 2015-05-12
Entwickler hisingh1
Zahlungsart free
Erweiterungswebsite https://github.com/hsingh23/coursera-full-text-search
Unterstützte Sprachen 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"
            ]
        }
    ]
}