Mini Translate

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

O que é Mini Translate?

Mini Translate é uma extensão do Chrome desenvolvida por https://www.xdnote.com, e sua principal característica é "迷你翻译 : 小巧 / 快捷的翻译插件, 自动识别语种。 Mini Translate : Small / Quick translation plug-in, Automatic identification of languages。".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Mini Translate

Baixe arquivos de extensão Mini Translate no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

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.                    

Informações Básicas da Extensão

Nome Mini Translate Mini Translate
ID pgagkefafaecfcchmnohoaekajocbiig
URL Oficial https://chromewebstore.google.com/detail/mini-translate/pgagkefafaecfcchmnohoaekajocbiig
Descrição 迷你翻译 : 小巧 / 快捷的翻译插件, 自动识别语种。 Mini Translate : Small / Quick translation plug-in, Automatic identification of languages。
Tamanho do Arquivo 5.92 KB
Contagem de Instalações 39
Versão Atual 1.0.1
Última Atualização 2020-12-18
Data de Publicação 2020-12-17
Desenvolvedor https://www.xdnote.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.xdnote.com/chrome-extensions-privacy
Idiomas Suportados 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"
    ]
}