GRE Inside Out

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

Qu'est-ce que GRE Inside Out ?

GRE Inside Out est une extension Chrome développée par GRE Inside Out, et sa fonction principale est "Learn a random new GRE word whenever you open a new tab in chrome browser.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension GRE Inside Out

Téléchargez les fichiers d'extension GRE Inside Out au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom GRE Inside Out GRE Inside Out
ID olfdgngndoajhmejhahelbcdckmkfndl
URL Officiel 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.
Taille du Fichier 206 KB
Nombre d'Installations 398
Version Actuelle 0.4.1
Dernière Mise à Jour 2015-07-23
Date de Publication 2015-07-22
Évaluation 4.87/5 Total 15 Évaluations
Développeur GRE Inside Out
Type de Paiement free
Site Web de l'Extension http://greio.com/
Langues Prises en Charge 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"
    }
}