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