Mini Translate

迷你翻译 : 小巧 / 快捷的翻译插件, 自动识别语种。 Mini Translate : Small / Quick translation plug-in, Automatic identification of languages。

Co je Mini Translate?

Mini Translate je rozšíření Chrome vyvinuté https://www.xdnote.com, a jeho hlavní funkcí je „迷你翻译 : 小巧 / 快捷的翻译插件, 自动识别语种。 Mini Translate : Small / Quick translation plug-in, Automatic identification of languages。“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Mini Translate

Stáhněte si soubory rozšíření Mini Translate 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í

                        迷你翻译插件
小巧 / 快捷的翻译插件, 可自动识别语种,支持中英日法意德印泰俄等多国语言。

Mini Translate 
Small / Quick translation plug-in, Automatic identification of languages。


使用方法:
1. 选中一段文字,鼠标右键,进行翻译
2. 选中一段文字,按 `Ctrl + Q`, 进行翻译

Usage:
1. Select a paragraph of text, right mouse button to translate.
2. Select a paragraph and press `Ctrl + Q` to translate it.

与其它插件主要区别:
1. 不主动在网页上浮层,仅主动命令或右键开启。
2. 仅翻译,自动识别语种,无设置弹出等页面。


Differences from other plug-ins:
1. Do not actively float the layer on the web page, only take the initiative to command or right-click to open it.
2. Only translation, automatic identification of languages, no settings pop-up and other pages.                    

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

Název Mini Translate Mini Translate
ID pgagkefafaecfcchmnohoaekajocbiig
Oficiální URL https://chromewebstore.google.com/detail/mini-translate/pgagkefafaecfcchmnohoaekajocbiig
Popis 迷你翻译 : 小巧 / 快捷的翻译插件, 自动识别语种。 Mini Translate : Small / Quick translation plug-in, Automatic identification of languages。
Velikost souboru 5.92 KB
Počet instalací 39
Aktuální Verze 1.0.1
Poslední Aktualizace 2020-12-18
Datum Vydání 2020-12-17
Vývojář https://www.xdnote.com
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://www.xdnote.com/chrome-extensions-privacy
Podporované Jazyky zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mini Translate",
    "description": "\u8ff7\u4f60\u7ffb\u8bd1 : \u5c0f\u5de7 \/ \u5feb\u6377\u7684\u7ffb\u8bd1\u63d2\u4ef6, \u81ea\u52a8\u8bc6\u522b\u8bed\u79cd\u3002 Mini Translate : Small \/ Quick translation plug-in, Automatic identification of languages\u3002",
    "version": "1.0.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "menu.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "selection.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "logo.png",
        "48": "logo.png"
    },
    "permissions": [
        "",
        "activeTab",
        "contextMenus"
    ]
}