Look It Up
Look up any selected word in Vocabulary.com
什么是Look It Up?
Look It Up是由ppasihtekill开发的Chrome扩展程序,该扩展的主要功能是“Look up any selected word in Vocabulary.com”。
扩展截图
下载Look It Up扩展crx文件
下载Look It Up扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Just an extension to look up the selected word in Vocabulary.com. 扩展基本信息
| 名称 | |
| ID | cmompjaaafddbklhjknojkfjcndadlhc |
| 官方URL | https://chromewebstore.google.com/detail/look-it-up/cmompjaaafddbklhjknojkfjcndadlhc |
| 简介 | Look up any selected word in Vocabulary.com |
| 文件大小 | 18.76 KB |
| 安装次数 | 93 |
| 当前版本 | 0.1 |
| 更新时间 | 2013-06-06 |
| 上架时间 | 2013-06-06 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | ppasihtekill |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Look It Up",
"description": "Look up any selected word in Vocabulary.com",
"version": "0.1",
"permissions": [
"contextMenus"
],
"icons": {
"16": "icon16x16.png",
"48": "icon48x48.png",
"128": "icon128x128.png"
},
"background": {
"scripts": [
"vocabulary.js"
]
},
"manifest_version": 2
} | |