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…

O que é Magoosh GRE Vocab Highlighter?

Magoosh GRE Vocab Highlighter é uma extensão do Chrome desenvolvida por Magoosh, e sua principal característica é "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…".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Magoosh GRE Vocab Highlighter

Baixe arquivos de extensão Magoosh GRE Vocab Highlighter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Magoosh GRE Vocab Highlighter Magoosh GRE Vocab Highlighter
ID hlkndiknofmlmajfocifccmplknafjeo
URL Oficial https://chromewebstore.google.com/detail/magoosh-gre-vocab-highlig/hlkndiknofmlmajfocifccmplknafjeo
Descrição 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…
Tamanho do Arquivo 104 KB
Contagem de Instalações 4,029
Versão Atual 1.1
Última Atualização 2017-03-23
Data de Publicação 2017-03-23
Classificação 3.15/5 Total de 33 Avaliações
Desenvolvedor Magoosh
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}