GRE Practice
Learn GRE words every time you open a tab! This extension will open a card with a fresh GRE vocabulary word and its meaning when…
GRE Practiceとは何ですか?
GRE PracticeはVivek Nayakによって開発されたChromeの拡張機能で、その主な機能は「Learn GRE words every time you open a tab! This extension will open a card with a fresh GRE vocabulary word and its meaning when…」です。
拡張機能のスクリーンショット
GRE Practice拡張機能のCRXファイルをダウンロード
GRE Practice拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Learn GRE words every time you open a tab! This extension will open a card with a fresh GRE vocabulary word and its meaning when you open a new chrome tab. Switch to study mode and guess the meaning of the word to judge your understanding. Choose between 3 difficulty levels to suit your need. 拡張機能の基本情報
| 名前 | |
| ID | bkfangiolmdpgiehioeppejdbpdbkgcp |
| 公式URL | https://chromewebstore.google.com/detail/gre-practice/bkfangiolmdpgiehioeppejdbpdbkgcp |
| 説明 | Learn GRE words every time you open a tab! This extension will open a card with a fresh GRE vocabulary word and its meaning when… |
| ファイルサイズ | 1.86 MB |
| インストール数 | 21 |
| 現在のバージョン | 0.1 |
| 最終更新日 | 2021-07-18 |
| 公開日 | 2021-07-17 |
| 評価 | 4.71/5 合計 7 レビュー |
| 開発者 | Vivek Nayak |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "GRE Practice",
"version": "0.1",
"permissions": [],
"background": {
"scripts": [
"backgroundScript.js"
]
},
"chrome_url_overrides": {
"newtab": "newpage.html"
},
"browser_action": {
"default_icon": {
"32": "gre_icon.png"
}
}
} | |