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…

Co je GRE Practice?

GRE Practice je rozšíření Chrome vyvinuté Vivek Nayak, a jeho hlavní funkcí je „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…“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření GRE Practice

Stáhněte si soubory rozšíření GRE Practice ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název GRE Practice GRE Practice
ID bkfangiolmdpgiehioeppejdbpdbkgcp
Oficiální URL https://chromewebstore.google.com/detail/gre-practice/bkfangiolmdpgiehioeppejdbpdbkgcp
Popis 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…
Velikost souboru 1.86 MB
Počet instalací 21
Aktuální Verze 0.1
Poslední Aktualizace 2021-07-18
Datum Vydání 2021-07-17
Hodnocení 4.71/5 Celkem 7 Hodnocení
Vývojář Vivek Nayak
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
        }
    }
}