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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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