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
官方網址 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"
    }
}