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…

Cos'è GRE Practice?

GRE Practice è un'estensione di Chrome sviluppata da Vivek Nayak, e la sua funzione principale è "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…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione GRE Practice

Scarica i file di estensione GRE Practice in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome GRE Practice GRE Practice
ID bkfangiolmdpgiehioeppejdbpdbkgcp
URL Ufficiale https://chromewebstore.google.com/detail/gre-practice/bkfangiolmdpgiehioeppejdbpdbkgcp
Descrizione 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…
Dimensione del File 1.86 MB
Conteggio Installazioni 21
Versione Corrente 0.1
Ultimo Aggiornamento 2021-07-18
Data di Pubblicazione 2021-07-17
Valutazione 4.71/5 Totale 7 Valutazioni
Sviluppatore Vivek Nayak
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    }
}