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.」です。
拡張機能のスクリーンショット
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 |
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" } } |