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 to jest GRE Practice?
GRE Practice to rozszerzenie Chrome opracowane przez Vivek Nayak, a jego główną funkcją jest „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…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GRE Practice
Pobierz pliki rozszerzeń GRE Practice w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | bkfangiolmdpgiehioeppejdbpdbkgcp |
| Oficjalny URL | https://chromewebstore.google.com/detail/gre-practice/bkfangiolmdpgiehioeppejdbpdbkgcp |
| Opis | 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… |
| Rozmiar pliku | 1.86 MB |
| Liczba instalacji | 21 |
| Aktualna Wersja | 0.1 |
| Ostatnia Aktualizacja | 2021-07-18 |
| Data Publikacji | 2021-07-17 |
| Ocena | 4.71/5 Łącznie 7 Oceny |
| Deweloper | Vivek Nayak |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
}
} | |