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
官方網址 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"
            ]
        }
    ]
}