New Tab GRE
Learn a random GRE word everytime you open a new tab
What is New Tab GRE?
New Tab GRE is a Chrome extension developed by Rohit Gandhi, and its main feature is "Learn a random GRE word everytime you open a new tab".
Extension Screenshots
Download New Tab GRE Extension CRX File
Download New Tab GRE 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
Every time you open a new tab, it will display a random GRE word with its meaning. These words are chosen from a list of high frequency GRE words. This is an open source plugin, if you have suggested edits to the word list or it's meaning, you can submit them via pull request here https://tinyurl.com/NewTabGRE Good Luck !!
Extension Basic Information
Name | New Tab GRE |
ID | bkddfbmbmeokaebfmhacebieokjggaoh |
Official URL | https://chromewebstore.google.com/detail/new-tab-gre/bkddfbmbmeokaebfmhacebieokjggaoh |
Description | Learn a random GRE word everytime you open a new tab |
File Size | 175 KB |
Installation Count | 305 |
Current Version | 0.5 |
Last Updated | 2022-04-14 |
Publish Date | 2015-01-26 |
Rating | 4.27/5 Total 15 Ratings |
Developer | Rohit Gandhi |
[email protected] | |
Payment Type | free |
Extension Website | https://tinyurl.com/NewTabGRE |
Help Page URL | https://tinyurl.com/NewTabGRE |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "New Tab GRE", "version": "0.5", "description": "Learn a random GRE word everytime you open a new tab", "icons": { "128": "icon_128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "background": [], "short_name": "GRE New tab", "author": "Rohit Gandhi" } |