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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}