Coursera Searcher

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

Apa itu Coursera Searcher?

Coursera Searcher adalah ekstensi Chrome yang dikembangkan oleh hisingh1, dan fitur utamanya adalah "This extension allows full text search of coursera on pages that end with /lecture".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi Coursera Searcher

Unduh file ekstensi Coursera Searcher dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Coursera Searcher Coursera Searcher
ID ibdlkknhoibmpmoglnmkapalkminbidc
URL Resmi https://chromewebstore.google.com/detail/coursera-searcher/ibdlkknhoibmpmoglnmkapalkminbidc
Deskripsi This extension allows full text search of coursera on pages that end with /lecture
Ukuran File 300 KB
Jumlah Instalasi 79
Versi Saat Ini 1.0.9
Terakhir Diperbarui 2015-05-12
Tanggal Publikasi 2015-05-12
Pengembang hisingh1
Tipe Pembayaran free
Situs Ekstensi https://github.com/hsingh23/coursera-full-text-search
Bahasa yang Didukung 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"
            ]
        }
    ]
}