Vocabulary

Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box

什么是Vocabulary?

Vocabulary是由Joe开发的Chrome扩展程序,该扩展的主要功能是“Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box”。

扩展截图

screenshot

下载Vocabulary扩展crx文件

下载Vocabulary扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This tool allows you to highlight a word and look it up directly through vocabulary.com, without needing to explicitly copy pasting.                    

扩展基本信息

名称 Vocabulary Vocabulary
ID lkkbfikfdjgeoncmlljmhpnecmpahlkc
官方URL https://chrome.google.com/webstore/detail/vocabulary/lkkbfikfdjgeoncmlljmhpnecmpahlkc
简介 Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box
文件大小 8.85 KB
安装次数 298
当前版本 0.1
更新时间 2018-12-31
上架时间 2018-12-31
评分 5.00/5 共2次评分
开发者 Joe
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "vocabulary.js"
        ]
    },
    "description": "Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box",
    "icons": {
        "16": "vocab-medium.png"
    },
    "manifest_version": 2,
    "name": "Vocabulary",
    "page_action": {
        "default_icon": {
            "16": "vocab-medium.png"
        }
    },
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "version": "0.1"
}