Coursera Searcher

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

Co je Coursera Searcher?

Coursera Searcher je rozšíření Chrome vyvinuté hisingh1, a jeho hlavní funkcí je „This extension allows full text search of coursera on pages that end with /lecture“.

Snímky obrazovky rozšíření

Stáhnout soubor CRX rozšíření Coursera Searcher

Stáhněte si soubory rozšíření Coursera Searcher ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Coursera Searcher Coursera Searcher
ID ibdlkknhoibmpmoglnmkapalkminbidc
Oficiální URL https://chromewebstore.google.com/detail/coursera-searcher/ibdlkknhoibmpmoglnmkapalkminbidc
Popis This extension allows full text search of coursera on pages that end with /lecture
Velikost souboru 300 KB
Počet instalací 79
Aktuální Verze 1.0.9
Poslední Aktualizace 2015-05-12
Datum Vydání 2015-05-12
Vývojář hisingh1
Typ Platby free
Webové stránky Rozšíření https://github.com/hsingh23/coursera-full-text-search
Podporované Jazyky 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"
            ]
        }
    ]
}