Coursera Searcher

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

Что такое Coursera Searcher?

Coursera Searcher - это расширение Chrome, разработанное hisingh1, и его основная функция - "This extension allows full text search of coursera on pages that end with /lecture".

Снимки экрана расширения

Скачать файл CRX расширения Coursera Searcher

Скачайте файлы расширений 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"
            ]
        }
    ]
}