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.
扩展基本信息
名称 | GRE Practice |
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 |
电子邮箱 | [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" } } } |