BingTranslatorX

基于必应词典的中英互译, 支持鼠标悬浮取词、英美音标和发音。An English-Chinese/Chinese-English translator based on Bing dict.

What is BingTranslatorX?

BingTranslatorX is a Chrome extension developed by Hailong Cao, and its main feature is "基于必应词典的中英互译, 支持鼠标悬浮取词、英美音标和发音。An English-Chinese/Chinese-English translator based on Bing dict.".

Extension Screenshots

screenshot
screenshot

Download BingTranslatorX Extension CRX File

Download BingTranslatorX 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

                        一个基于必应词典的翻译工具, 支持鼠标选择/悬浮取词、英美音标和发音。如果你喜欢必应词典,不要错过哦!
A Translation tool based on Bing Dict, supports mouse hovering and selection.                    

Extension Basic Information

Name BingTranslatorX BingTranslatorX
ID jjeahpiblnooclghjhjmcdhlmmfpdjkh
Official URL https://chromewebstore.google.com/detail/bingtranslatorx/jjeahpiblnooclghjhjmcdhlmmfpdjkh
Description 基于必应词典的中英互译, 支持鼠标悬浮取词、英美音标和发音。An English-Chinese/Chinese-English translator based on Bing dict.
File Size 1.72 MB
Installation Count 188
Current Version 2.0
Last Updated 2023-11-14
Publish Date 2019-08-11
Rating 5.00/5 Total 3 Ratings
Developer Hailong Cao
Email [email protected]
Payment Type free
Extension Website https://github.com/hailengc/BingTranslatorX
Help Page URL https://github.com/hailengc/BingTranslatorX/issues
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BingTranslatorX",
    "version": "2.0",
    "default_locale": "en",
    "description": "\u57fa\u4e8e\u5fc5\u5e94\u8bcd\u5178\u7684\u4e2d\u82f1\u4e92\u8bd1, \u652f\u6301\u9f20\u6807\u60ac\u6d6e\u53d6\u8bcd\u3001\u82f1\u7f8e\u97f3\u6807\u548c\u53d1\u97f3\u3002An English-Chinese\/Chinese-English translator based on Bing dict. ",
    "permissions": [
        "storage"
    ],
    "options_page": "setting.html",
    "background": {
        "service_worker": "service_worker.js"
    },
    "action": {
        "default_popup": "setting.html",
        "default_title": "BingTranslatorX",
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        }
    },
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "content_scripts": [
        {
            "js": [
                "lib\/external\/mustache.min.js",
                "template\/mustacheTemplates.js",
                "lib\/QueryTarget.js",
                "lib\/util.js",
                "content\/init.js",
                "content\/contentScript.js"
            ],
            "css": [
                "style\/main.css"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                "file:\/\/\/*"
            ]
        }
    ]
}