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"
            ]
        }
    ]
}