Mini Translate

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

Qu'est-ce que Mini Translate ?

Mini Translate est une extension Chrome développée par https://www.xdnote.com, et sa fonction principale est "迷你翻译 : 小巧 / 快捷的翻译插件, 自动识别语种。 Mini Translate : Small / Quick translation plug-in, Automatic identification of languages。".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Mini Translate

Téléchargez les fichiers d'extension Mini Translate au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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.                    

Informations de Base sur l'Extension

Nom Mini Translate Mini Translate
ID pgagkefafaecfcchmnohoaekajocbiig
URL Officiel https://chromewebstore.google.com/detail/mini-translate/pgagkefafaecfcchmnohoaekajocbiig
Description 迷你翻译 : 小巧 / 快捷的翻译插件, 自动识别语种。 Mini Translate : Small / Quick translation plug-in, Automatic identification of languages。
Taille du Fichier 5.92 KB
Nombre d'Installations 39
Version Actuelle 1.0.1
Dernière Mise à Jour 2020-12-18
Date de Publication 2020-12-17
Développeur https://www.xdnote.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.xdnote.com/chrome-extensions-privacy
Langues Prises en Charge 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"
    ]
}