金山词霸鼠标取词

金山词霸chrome鼠标取词

What is 金山词霸鼠标取词?

金山词霸鼠标取词 is a Chrome extension developed by 金山词霸官方插件开发组, and its main feature is "金山词霸chrome鼠标取词".

Extension Screenshots

screenshot

Download 金山词霸鼠标取词 Extension CRX File

Download 金山词霸鼠标取词 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        支持金山词霸词典在浏览器中实现鼠标取词
在安装了金山词霸词典客户端的Windows电脑上,安装该插件后能在浏览器中更快更精准得取词。                    

Extension Basic Information

Name 金山词霸鼠标取词 金山词霸鼠标取词
ID omfbjgjnoikjbecodcnobeggmajjiknk
Official URL https://chrome.google.com/webstore/detail/%E9%87%91%E5%B1%B1%E8%AF%8D%E9%9C%B8%E9%BC%A0%E6%A0%87%E5%8F%96%E8%AF%8D/omfbjgjnoikjbecodcnobeggmajjiknk
Description 金山词霸chrome鼠标取词
File Size 50.6 KB
Installation Count 13,606
Current Version 2.5.3
Last Updated 2017-06-29
Publish Date 2017-06-28
Rating 2.60/5 Total 35 Ratings
Developer 金山词霸官方插件开发组
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "fetchword.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "\u91d1\u5c71\u8bcd\u9738chrome\u9f20\u6807\u53d6\u8bcd",
    "homepage_url": "http:\/\/www.iciba.com\/",
    "icons": {
        "128": "icon-128.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "37",
    "name": "\u91d1\u5c71\u8bcd\u9738\u9f20\u6807\u53d6\u8bcd",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "nativeMessaging",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.5.3",
    "web_accessible_resources": [
        "images\/loading.gif",
        "images\/words_tool.png",
        "images\/dotwnd_bk.gif",
        "images\/mini_12normal.png",
        "images\/mini_12hover.png",
        "images\/mini_12pressed.png",
        "images\/bg_11.png",
        "images\/top.png"
    ]
}