Coursera Searcher

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

Coursera Searcher là gì?

Coursera Searcher là một tiện ích mở rộng Chrome được phát triển bởi hisingh1, và tính năng chính của nó là "This extension allows full text search of coursera on pages that end with /lecture".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Coursera Searcher

Tải xuống các tệp mở rộng Coursera Searcher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Coursera Searcher Coursera Searcher
ID ibdlkknhoibmpmoglnmkapalkminbidc
URL Chính Thức https://chromewebstore.google.com/detail/coursera-searcher/ibdlkknhoibmpmoglnmkapalkminbidc
Mô tả This extension allows full text search of coursera on pages that end with /lecture
Kích Thước Tệp 300 KB
Số Lần Cài Đặt 79
Phiên Bản Hiện Tại 1.0.9
Cập Nhật Lần Cuối 2015-05-12
Ngày Phát Hành 2015-05-12
Nhà Phát Triển hisingh1
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/hsingh23/coursera-full-text-search
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}