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…
Apa itu GRE Practice?
GRE Practice adalah ekstensi Chrome yang dikembangkan oleh Vivek Nayak, dan fitur utamanya adalah "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…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi GRE Practice
Unduh file ekstensi GRE Practice dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | GRE Practice |
ID | bkfangiolmdpgiehioeppejdbpdbkgcp |
URL Resmi | https://chromewebstore.google.com/detail/gre-practice/bkfangiolmdpgiehioeppejdbpdbkgcp |
Deskripsi | 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… |
Ukuran File | 1.86 MB |
Jumlah Instalasi | 21 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2021-07-18 |
Tanggal Publikasi | 2021-07-17 |
Penilaian | 4.71/5 Total 7 Penilaian |
Pengembang | Vivek Nayak |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } } |