Votab
Learn a new vocab word each time you open a tab!
什么是Votab?
Votab是由votabextension开发的Chrome扩展程序,该扩展的主要功能是“Learn a new vocab word each time you open a tab!”。
扩展截图
下载Votab扩展crx文件
下载Votab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Votab is a simple extension to help you learn vocabulary words every time you open a new tab. This extension is designed for language learners who want to learn a little something while surfing the web. Each time a new tab is opened, a random word is shown along with its English definition and romanized pronunciation. Supported Languages: Votab currently supports Korean language learning with 6000 most commonly used Korean words chosen by the National Institute of Korean Language.
扩展基本信息
名称 | Votab |
ID | ogpiingiidomkjillknipodncobkjnbe |
官方URL | https://chromewebstore.google.com/detail/votab/ogpiingiidomkjillknipodncobkjnbe |
简介 | Learn a new vocab word each time you open a tab! |
文件大小 | 168 KB |
安装次数 | 41 |
当前版本 | 0.0.0.4 |
更新时间 | 2019-09-07 |
上架时间 | 2019-09-06 |
评分 | 3.50/5 共2次评分 |
开发者 | votabextension |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Votab", "author": "Selina Wang", "version": "0.0.0.4", "description": "Learn a new vocab word each time you open a tab!", "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/query.yahooapis.com; object-src 'self'", "chrome_url_overrides": { "newtab": "votab.html" }, "icons": { "16": "Votab16.png", "48": "Votab48.png", "128": "Votab128.png" }, "short_name": "votab" } |