GRE Inside Out
Learn a random new GRE word whenever you open a new tab in chrome browser.
Cos'è GRE Inside Out?
GRE Inside Out è un'estensione di Chrome sviluppata da GRE Inside Out, e la sua funzione principale è "Learn a random new GRE word whenever you open a new tab in chrome browser.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GRE Inside Out
Scarica i file di estensione GRE Inside Out in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | GRE Inside Out |
ID | olfdgngndoajhmejhahelbcdckmkfndl |
URL Ufficiale | https://chromewebstore.google.com/detail/gre-inside-out/olfdgngndoajhmejhahelbcdckmkfndl |
Descrizione | Learn a random new GRE word whenever you open a new tab in chrome browser. |
Dimensione del File | 206 KB |
Conteggio Installazioni | 398 |
Versione Corrente | 0.4.1 |
Ultimo Aggiornamento | 2015-07-23 |
Data di Pubblicazione | 2015-07-22 |
Valutazione | 4.87/5 Totale 15 Valutazioni |
Sviluppatore | GRE Inside Out |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://greio.com/ |
Lingue Supportate | 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" } } |