WordWeb Dictionary Lookup

One-click lookup with WordWeb (wordweb.info, Windows only)

什么是WordWeb Dictionary Lookup?

WordWeb Dictionary Lookup是由https://wordweb.info开发的Chrome扩展程序,该扩展的主要功能是“One-click lookup with WordWeb (wordweb.info, Windows only)”。

扩展截图

screenshot

下载WordWeb Dictionary Lookup扩展crx文件

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

扩展使用说明

                        Enables one-click dictionary/thesaurus look up:

 * Ctrl+Right Click on a word on any page to look it up in WordWeb

 * Toolbar icon to open WordWeb with selected text, or look up word at the cursor in a edit box

 * Ctrl+Alt+W to open WordWeb with selected text, or active word in edit box

 * If you are editing text, you can use the Replace button in WordWeb to replace the word with a synonym or corrected spelling

Note that WordWeb or WordWeb Pro  8.1 or higher for Windows must be installed (default option).  WordWeb is available separately from http://wordweb.info, free or Pro versions.                    

扩展基本信息

名称 WordWeb Dictionary Lookup WordWeb Dictionary Lookup
ID ilikenhndcpmliapkmmhoimckaokmihm
官方URL https://chromewebstore.google.com/detail/wordweb-dictionary-lookup/ilikenhndcpmliapkmmhoimckaokmihm
简介 One-click lookup with WordWeb (wordweb.info, Windows only)
文件大小 23.55 KB
安装次数 47,121
当前版本 0.0.1.6
更新时间 2017-05-08
上架时间 2017-05-08
评分 4.74/5 共50次评分
开发者 https://wordweb.info
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL http://www.wordwebsoftware.com/privacy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WordWeb Dictionary Lookup",
    "short_name": "WordWeb",
    "version": "0.0.1.6",
    "manifest_version": 2,
    "description": "One-click lookup with WordWeb (wordweb.info, Windows only)",
    "icons": {
        "24": "images\/24.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "author": "WordWeb Software",
    "homepage_url": "http:\/\/wordweb.info\/",
    "browser_action": {
        "default_title": "WordWeb"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "backgroundscript.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "nativeMessaging",
        "activeTab",
        "tabs"
    ]
}