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…

Was ist GRE Practice?

GRE Practice ist eine Chrome-Erweiterung, die von Vivek Nayak entwickelt wurde, und ihr Hauptmerkmal ist "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…".

Erweiterungsscreenshots

screenshot
screenshot

GRE Practice-Erweiterungs-CRX-Datei herunterladen

Laden Sie GRE Practice-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name GRE Practice GRE Practice
ID bkfangiolmdpgiehioeppejdbpdbkgcp
Offizielle URL https://chromewebstore.google.com/detail/gre-practice/bkfangiolmdpgiehioeppejdbpdbkgcp
Beschreibung 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…
Dateigröße 1.86 MB
Installationsanzahl 21
Aktuelle Version 0.1
Letztes Update 2021-07-18
Veröffentlichungsdatum 2021-07-17
Bewertung 4.71/5 Insgesamt 7 Bewertungen
Entwickler Vivek Nayak
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        }
    }
}