Coursera Searcher

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

O que é Coursera Searcher?

Coursera Searcher é uma extensão do Chrome desenvolvida por hisingh1, e sua principal característica é "This extension allows full text search of coursera on pages that end with /lecture".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão Coursera Searcher

Baixe arquivos de extensão Coursera Searcher no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Coursera Searcher Coursera Searcher
ID ibdlkknhoibmpmoglnmkapalkminbidc
URL Oficial https://chromewebstore.google.com/detail/coursera-searcher/ibdlkknhoibmpmoglnmkapalkminbidc
Descrição This extension allows full text search of coursera on pages that end with /lecture
Tamanho do Arquivo 300 KB
Contagem de Instalações 79
Versão Atual 1.0.9
Última Atualização 2015-05-12
Data de Publicação 2015-05-12
Desenvolvedor hisingh1
Tipo de Pagamento free
Site da Extensão https://github.com/hsingh23/coursera-full-text-search
Idiomas Suportados 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"
            ]
        }
    ]
}