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…
What is GRE Practice?
GRE Practice is a Chrome extension developed by Vivek Nayak, and its main feature 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…".
Extension Screenshots
Download GRE Practice Extension CRX File
Download GRE Practice extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | GRE Practice |
ID | bkfangiolmdpgiehioeppejdbpdbkgcp |
Official URL | 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… |
File Size | 1.86 MB |
Installation Count | 21 |
Current Version | 0.1 |
Last Updated | 2021-07-18 |
Publish Date | 2021-07-17 |
Rating | 4.71/5 Total 7 Ratings |
Developer | Vivek Nayak |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } } |