GRE Inside Out

Learn a random new GRE word whenever you open a new tab in chrome browser.

Wat is GRE Inside Out?

GRE Inside Out is een Chrome-extensie ontwikkeld door GRE Inside Out, en de belangrijkste functie is "Learn a random new GRE word whenever you open a new tab in chrome browser.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie GRE Inside Out

Download GRE Inside Out-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam GRE Inside Out GRE Inside Out
ID olfdgngndoajhmejhahelbcdckmkfndl
Officiële URL https://chromewebstore.google.com/detail/gre-inside-out/olfdgngndoajhmejhahelbcdckmkfndl
Beschrijving Learn a random new GRE word whenever you open a new tab in chrome browser.
Bestandsgrootte 206 KB
Aantal Installaties 398
Huidige Versie 0.4.1
Laatst Bijgewerkt 2015-07-23
Publicatiedatum 2015-07-22
Beoordeling 4.87/5 Totaal 15 Beoordelingen
Ontwikkelaar GRE Inside Out
Betalingswijze free
Extensiewebsite http://greio.com/
Ondersteunde Talen 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"
    }
}