Mouse Translator

Mouse Translator

What is Mouse Translator?

Mouse Translator is a Chrome extension developed by Abel Liu, and its main feature is "Mouse Translator".

Extension Screenshots

screenshot

Download Mouse Translator Extension CRX File

Download Mouse Translator 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

                        指词翻译,使用鼠标快速查看单词解释。                    

Extension Basic Information

Name Mouse Translator Mouse Translator
ID makaijldnmppobcafpijpndkkihhanhh
Official URL https://chromewebstore.google.com/detail/mouse-translator/makaijldnmppobcafpijpndkkihhanhh
Description Mouse Translator
File Size 18.39 KB
Installation Count 53
Current Version 1.0.1
Last Updated 2017-02-17
Publish Date 2017-02-16
Developer Abel Liu
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mouse Translator",
    "description": "Mouse Translator",
    "version": "1.0.1",
    "options_page": "popup.html",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html",
        "default_title": "Mouse Translator"
    },
    "content_scripts": [
        {
            "js": [
                "selector.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}