Coursera Searcher

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

Vad är Coursera Searcher?

Coursera Searcher är en Chrome-tillägg utvecklad av hisingh1, och dess huvudfunktion är "This extension allows full text search of coursera on pages that end with /lecture".

Tilläggsskärmbilder

Ladda ner Coursera Searcher-förlängningens CRX-fil

Ladda ner Coursera Searcher-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Coursera Searcher Coursera Searcher
ID ibdlkknhoibmpmoglnmkapalkminbidc
Officiell webbadress https://chromewebstore.google.com/detail/coursera-searcher/ibdlkknhoibmpmoglnmkapalkminbidc
Beskrivning This extension allows full text search of coursera on pages that end with /lecture
Filstorlek 300 KB
Antal Installationer 79
Aktuell Version 1.0.9
Senast Uppdaterad 2015-05-12
Publiceringsdatum 2015-05-12
Utvecklare hisingh1
Betalningssätt free
Tilläggswebbplats https://github.com/hsingh23/coursera-full-text-search
Stödda Språk 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"
            ]
        }
    ]
}