Magoosh GRE Vocab Highlighter

Easily view GRE words as you browse the web! Build your vocabulary as you choose to see where GRE words are located in your online…

Was ist Magoosh GRE Vocab Highlighter?

Magoosh GRE Vocab Highlighter ist eine Chrome-Erweiterung, die von Magoosh entwickelt wurde, und ihr Hauptmerkmal ist "Easily view GRE words as you browse the web! Build your vocabulary as you choose to see where GRE words are located in your online…".

Erweiterungsscreenshots

screenshot
screenshot

Magoosh GRE Vocab Highlighter-Erweiterungs-CRX-Datei herunterladen

Laden Sie Magoosh GRE Vocab Highlighter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Easily view GRE words as you browse the web! Build your vocabulary as you choose to see where GRE words are located in your online reading. 

Use this bookmarklet to as a GRE study aid or just to learn new words!

Words come from Magoosh's list of the 1000 most important GRE words.

Magoosh helps students study with effective, affordable, and enjoyable prep for the GRE, GMAT, SAT, ACT, and TOEFL. Check us out at www.magoosh.com.                    

Grundlegende Informationen zur Erweiterung

Name Magoosh GRE Vocab Highlighter Magoosh GRE Vocab Highlighter
ID hlkndiknofmlmajfocifccmplknafjeo
Offizielle URL https://chromewebstore.google.com/detail/magoosh-gre-vocab-highlig/hlkndiknofmlmajfocifccmplknafjeo
Beschreibung Easily view GRE words as you browse the web! Build your vocabulary as you choose to see where GRE words are located in your online…
Dateigröße 104 KB
Installationsanzahl 4,029
Aktuelle Version 1.1
Letztes Update 2017-03-23
Veröffentlichungsdatum 2017-03-23
Bewertung 3.15/5 Insgesamt 33 Bewertungen
Entwickler Magoosh
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Magoosh GRE Vocab Highlighter",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.2.4.min.js",
                "content.js"
            ]
        }
    ]
}