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…

Qu'est-ce que GRE Practice ?

GRE Practice est une extension Chrome développée par Vivek Nayak, et sa fonction principale est "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…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension GRE Practice

Téléchargez les fichiers d'extension GRE Practice au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom GRE Practice GRE Practice
ID bkfangiolmdpgiehioeppejdbpdbkgcp
URL Officiel https://chromewebstore.google.com/detail/gre-practice/bkfangiolmdpgiehioeppejdbpdbkgcp
Description 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…
Taille du Fichier 1.86 MB
Nombre d'Installations 21
Version Actuelle 0.1
Dernière Mise à Jour 2021-07-18
Date de Publication 2021-07-17
Évaluation 4.71/5 Total 7 Évaluations
Développeur Vivek Nayak
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    }
}