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…
Wat is GRE Practice?
GRE Practice is een Chrome-extensie ontwikkeld door Vivek Nayak, en de belangrijkste functie is "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…".
Extensie Screenshots
Download het CRX-bestand van de extensie GRE Practice
Download GRE Practice-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | bkfangiolmdpgiehioeppejdbpdbkgcp |
| Officiële URL | https://chromewebstore.google.com/detail/gre-practice/bkfangiolmdpgiehioeppejdbpdbkgcp |
| Beschrijving | 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… |
| Bestandsgrootte | 1.86 MB |
| Aantal Installaties | 21 |
| Huidige Versie | 0.1 |
| Laatst Bijgewerkt | 2021-07-18 |
| Publicatiedatum | 2021-07-17 |
| Beoordeling | 4.71/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | Vivek Nayak |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
}
} | |