GRE Inside Out
Learn a random new GRE word whenever you open a new tab in chrome browser.
Was ist GRE Inside Out?
GRE Inside Out ist eine Chrome-Erweiterung, die von GRE Inside Out entwickelt wurde, und ihr Hauptmerkmal ist "Learn a random new GRE word whenever you open a new tab in chrome browser.".
Erweiterungsscreenshots
GRE Inside Out-Erweiterungs-CRX-Datei herunterladen
Laden Sie GRE Inside Out-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | GRE Inside Out |
ID | olfdgngndoajhmejhahelbcdckmkfndl |
Offizielle URL | https://chromewebstore.google.com/detail/gre-inside-out/olfdgngndoajhmejhahelbcdckmkfndl |
Beschreibung | Learn a random new GRE word whenever you open a new tab in chrome browser. |
Dateigröße | 206 KB |
Installationsanzahl | 398 |
Aktuelle Version | 0.4.1 |
Letztes Update | 2015-07-23 |
Veröffentlichungsdatum | 2015-07-22 |
Bewertung | 4.87/5 Insgesamt 15 Bewertungen |
Entwickler | GRE Inside Out |
Zahlungsart | free |
Erweiterungswebsite | http://greio.com/ |
Unterstützte Sprachen | 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" } } |