BingTranslatorX

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

Co je BingTranslatorX?

BingTranslatorX je rozšíření Chrome vyvinuté Hailong Cao, a jeho hlavní funkcí je „基于必应词典的中英互译, 支持鼠标悬浮取词、英美音标和发音。An English-Chinese/Chinese-English translator based on Bing dict.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření BingTranslatorX

Stáhněte si soubory rozšíření BingTranslatorX ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název BingTranslatorX BingTranslatorX
ID jjeahpiblnooclghjhjmcdhlmmfpdjkh
Oficiální URL https://chromewebstore.google.com/detail/bingtranslatorx/jjeahpiblnooclghjhjmcdhlmmfpdjkh
Popis 基于必应词典的中英互译, 支持鼠标悬浮取词、英美音标和发音。An English-Chinese/Chinese-English translator based on Bing dict.
Velikost souboru 1.72 MB
Počet instalací 188
Aktuální Verze 2.0
Poslední Aktualizace 2023-11-14
Datum Vydání 2019-08-11
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář Hailong Cao
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/hailengc/BingTranslatorX
URL Stránky Nápovědy https://github.com/hailengc/BingTranslatorX/issues
Podporované Jazyky 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:\/\/\/*"
            ]
        }
    ]
}