Coursera Searcher

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

Coursera Searcherとは何ですか?

Coursera Searcherはhisingh1によって開発されたChromeの拡張機能で、その主な機能は「This extension allows full text search of coursera on pages that end with /lecture」です。

拡張機能のスクリーンショット

Coursera Searcher拡張機能のCRXファイルをダウンロード

Coursera Searcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Coursera Searcher Coursera Searcher
ID ibdlkknhoibmpmoglnmkapalkminbidc
公式URL https://chromewebstore.google.com/detail/coursera-searcher/ibdlkknhoibmpmoglnmkapalkminbidc
説明 This extension allows full text search of coursera on pages that end with /lecture
ファイルサイズ 300 KB
インストール数 79
現在のバージョン 1.0.9
最終更新日 2015-05-12
公開日 2015-05-12
開発者 hisingh1
支払い方法 free
拡張機能のウェブサイト https://github.com/hsingh23/coursera-full-text-search
対応言語 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"
            ]
        }
    ]
}