Vocabulary Everyday
Learn Vocabulary Everywhere, Anytime
什么是Vocabulary Everyday?
Vocabulary Everyday是由Innoria Solution开发的Chrome扩展程序,该扩展的主要功能是“Learn Vocabulary Everywhere, Anytime”。
扩展截图
下载Vocabulary Everyday扩展crx文件
下载Vocabulary Everyday扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | Vocabulary Everyday |
ID | ebinibnpfccjjjjfejkgenoloamanelh |
官方URL | https://chromewebstore.google.com/detail/vocabulary-everyday/ebinibnpfccjjjjfejkgenoloamanelh |
简介 | Learn Vocabulary Everywhere, Anytime |
文件大小 | 38.46 KB |
安装次数 | 40 |
当前版本 | 2 |
更新时间 | 2015-03-17 |
上架时间 | 2015-03-17 |
评分 | 5.00/5 共1次评分 |
开发者 | Innoria Solution |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Vocabulary Everyday", "description": "Learn Vocabulary Everywhere, Anytime", "version": "2", "options_ui": { "page": "options.html", "chrome_style": true, "open_in_tab": true }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "script.js" ], "css": [ "vocab.css" ] } ] } |