GRE Practice

Learn GRE words every time you open a tab! This extension will open a card with a fresh GRE vocabulary word and its meaning when…

O que é GRE Practice?

GRE Practice é uma extensão do Chrome desenvolvida por Vivek Nayak, e sua principal característica é "Learn GRE words every time you open a tab! This extension will open a card with a fresh GRE vocabulary word and its meaning when…".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão GRE Practice

Baixe arquivos de extensão GRE Practice 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

                        Learn GRE words every time you open a tab! This extension will open a card with a fresh GRE vocabulary word and its meaning when you open a new chrome tab. Switch to study mode and guess the meaning of the word to judge your understanding. Choose between 3 difficulty levels to suit your need.                    

Informações Básicas da Extensão

Nome GRE Practice GRE Practice
ID bkfangiolmdpgiehioeppejdbpdbkgcp
URL Oficial https://chromewebstore.google.com/detail/gre-practice/bkfangiolmdpgiehioeppejdbpdbkgcp
Descrição Learn GRE words every time you open a tab! This extension will open a card with a fresh GRE vocabulary word and its meaning when…
Tamanho do Arquivo 1.86 MB
Contagem de Instalações 21
Versão Atual 0.1
Última Atualização 2021-07-18
Data de Publicação 2021-07-17
Classificação 4.71/5 Total de 7 Avaliações
Desenvolvedor Vivek Nayak
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GRE Practice",
    "version": "0.1",
    "permissions": [],
    "background": {
        "scripts": [
            "backgroundScript.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newpage.html"
    },
    "browser_action": {
        "default_icon": {
            "32": "gre_icon.png"
        }
    }
}