GRE Inside Out

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

什么是GRE Inside Out?

GRE Inside Out是由GRE Inside Out开发的Chrome扩展程序,该扩展的主要功能是“Learn a random new GRE word whenever you open a new tab in chrome browser.”。

扩展截图

screenshot
screenshot

下载GRE Inside Out扩展crx文件

下载GRE Inside Out扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 GRE Inside Out GRE Inside Out
ID olfdgngndoajhmejhahelbcdckmkfndl
官方URL https://chromewebstore.google.com/detail/gre-inside-out/olfdgngndoajhmejhahelbcdckmkfndl
简介 Learn a random new GRE word whenever you open a new tab in chrome browser.
文件大小 206 KB
安装次数 398
当前版本 0.4.1
更新时间 2015-07-23
上架时间 2015-07-22
评分 4.87/5 共15次评分
开发者 GRE Inside Out
付费类型 free
扩展官网 http://greio.com/
支持的语言 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"
    }
}