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…
Vad är GRE Practice?
GRE Practice är en Chrome-tillägg utvecklad av Vivek Nayak, och dess huvudfunktion är "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…".
Tilläggsskärmbilder
Ladda ner GRE Practice-förlängningens CRX-fil
Ladda ner GRE Practice-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | bkfangiolmdpgiehioeppejdbpdbkgcp |
| Officiell webbadress | https://chromewebstore.google.com/detail/gre-practice/bkfangiolmdpgiehioeppejdbpdbkgcp |
| Beskrivning | 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… |
| Filstorlek | 1.86 MB |
| Antal Installationer | 21 |
| Aktuell Version | 0.1 |
| Senast Uppdaterad | 2021-07-18 |
| Publiceringsdatum | 2021-07-17 |
| Betyg | 4.71/5 Totalt 7 Betyg |
| Utvecklare | Vivek Nayak |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
}
} | |