GRE Inside Out
Learn a random new GRE word whenever you open a new tab in chrome browser.
Co je GRE Inside Out?
GRE Inside Out je rozšíření Chrome vyvinuté GRE Inside Out, a jeho hlavní funkcí je „Learn a random new GRE word whenever you open a new tab in chrome browser.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření GRE Inside Out
Stáhněte si soubory rozšíření GRE Inside Out ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | GRE Inside Out |
ID | olfdgngndoajhmejhahelbcdckmkfndl |
Oficiální URL | https://chromewebstore.google.com/detail/gre-inside-out/olfdgngndoajhmejhahelbcdckmkfndl |
Popis | Learn a random new GRE word whenever you open a new tab in chrome browser. |
Velikost souboru | 206 KB |
Počet instalací | 398 |
Aktuální Verze | 0.4.1 |
Poslední Aktualizace | 2015-07-23 |
Datum Vydání | 2015-07-22 |
Hodnocení | 4.87/5 Celkem 15 Hodnocení |
Vývojář | GRE Inside Out |
Typ Platby | free |
Webové stránky Rozšíření | http://greio.com/ |
Podporované Jazyky | 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" } } |