GRE Inside Out
Learn a random new GRE word whenever you open a new tab in chrome browser.
What is GRE Inside Out?
GRE Inside Out is a Chrome extension developed by GRE Inside Out, and its main feature is "Learn a random new GRE word whenever you open a new tab in chrome browser.".
Extension Screenshots
Download GRE Inside Out Extension CRX File
Download GRE Inside Out 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
This app displays a random GRE word whenever you open a new tab in chrome. The words come from a highly curated wordlist of GRE words which covers most words from standard wordlists plus some high frequency words that aren't there in the many famous wordlists. Please give your feedback and reviews. We will try to incorporate your suggestions as fast as possible. For high quality free GRE tests, head over to http://greio.com.
Extension Basic Information
Name | GRE Inside Out |
ID | olfdgngndoajhmejhahelbcdckmkfndl |
Official URL | https://chromewebstore.google.com/detail/gre-inside-out/olfdgngndoajhmejhahelbcdckmkfndl |
Description | Learn a random new GRE word whenever you open a new tab in chrome browser. |
File Size | 206 KB |
Installation Count | 398 |
Current Version | 0.4.1 |
Last Updated | 2015-07-23 |
Publish Date | 2015-07-22 |
Rating | 4.87/5 Total 15 Ratings |
Developer | GRE Inside Out |
Payment Type | free |
Extension Website | http://greio.com/ |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GRE Inside Out ", "description": "Learn a random new GRE word whenever you open a new tab in chrome browser.", "version": "0.4.1", "manifest_version": 2, "chrome_url_overrides": { "newtab": "window.html" }, "web_accessible_resources": [ "css\/style.css", "script\/background.js", "script\/functions.js", "script\/wordlist.js" ], "icons": { "16": "greio_x16.png", "32": "greio_x32.png", "48": "greio_x48.png", "128": "greio_x128.png" } } |