New Tab GRE
Learn a random GRE word everytime you open a new tab
什么是New Tab GRE?
New Tab GRE是由Rohit Gandhi开发的Chrome扩展程序,该扩展的主要功能是“Learn a random GRE word everytime you open a new tab”。
扩展截图
下载New Tab GRE扩展crx文件
下载New Tab GRE扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Every time you open a new tab, it will display a random GRE word with its meaning. These words are chosen from a list of high frequency GRE words. This is an open source plugin, if you have suggested edits to the word list or it's meaning, you can submit them via pull request here https://tinyurl.com/NewTabGRE Good Luck !!
扩展基本信息
名称 | New Tab GRE |
ID | bkddfbmbmeokaebfmhacebieokjggaoh |
官方URL | https://chromewebstore.google.com/detail/new-tab-gre/bkddfbmbmeokaebfmhacebieokjggaoh |
简介 | Learn a random GRE word everytime you open a new tab |
文件大小 | 175 KB |
安装次数 | 305 |
当前版本 | 0.5 |
更新时间 | 2022-04-14 |
上架时间 | 2015-01-26 |
评分 | 4.27/5 共15次评分 |
开发者 | Rohit Gandhi |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://tinyurl.com/NewTabGRE |
帮助页面URL | https://tinyurl.com/NewTabGRE |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "New Tab GRE", "version": "0.5", "description": "Learn a random GRE word everytime you open a new tab", "icons": { "128": "icon_128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "background": [], "short_name": "GRE New tab", "author": "Rohit Gandhi" } |