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