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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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