WordComplex (English Dictionary)

Add extra meaning to your web browsing. Look up for definitions while you are on web.

什么是WordComplex (English Dictionary)?

WordComplex (English Dictionary)是由Rajdeep Chauhan开发的Chrome扩展程序,该扩展的主要功能是“Add extra meaning to your web browsing. Look up for definitions while you are on web.”。

扩展截图

screenshot
screenshot

下载WordComplex (English Dictionary)扩展crx文件

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

扩展使用说明

                        Double click on any word to look up its definition while you are browsing. Look up for definitions in WordComplex browser action and open desktop dictionary by clicking wordcomplex icon.
You can go forward and backward in your currently searched words.
Save the words to look up in future.                    

扩展基本信息

名称 WordComplex (English Dictionary) WordComplex (English Dictionary)
ID abiafidebmalgeploojmmpaplaglhhaf
官方URL https://chrome.google.com/webstore/detail/wordcomplex-english-dicti/abiafidebmalgeploojmmpaplaglhhaf
简介 Add extra meaning to your web browsing. Look up for definitions while you are on web.
文件大小 73.07 KB
安装次数 234
当前版本 2.1
更新时间 2019-05-19
上架时间 2019-05-19
评分 4.00/5 共4次评分
开发者 Rajdeep Chauhan
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WordComplex (English Dictionary)",
    "description": "Add extra meaning to your web browsing. Look up for definitions while you are on web.",
    "version": "2.1",
    "short_name": "WC",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html",
        "default_title": "WordComplex"
    },
    "icons": {
        "16": "icon16.png",
        "19": "icon19.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "tip.css"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "speaker.jpg"
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tts",
        "storage"
    ]
}