Mini Translate

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

Что такое Mini Translate?

Mini Translate - это расширение Chrome, разработанное https://www.xdnote.com, и его основная функция - "迷你翻译 : 小巧 / 快捷的翻译插件, 自动识别语种。 Mini Translate : Small / Quick translation plug-in, Automatic identification of languages。".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Mini Translate

Скачайте файлы расширений Mini Translate в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

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.                    

Основная информация о расширении

Название Mini Translate Mini Translate
ID pgagkefafaecfcchmnohoaekajocbiig
Официальный URL https://chromewebstore.google.com/detail/mini-translate/pgagkefafaecfcchmnohoaekajocbiig
Описание 迷你翻译 : 小巧 / 快捷的翻译插件, 自动识别语种。 Mini Translate : Small / Quick translation plug-in, Automatic identification of languages。
Размер файла 5.92 KB
Количество установок 39
Текущая Версия 1.0.1
Последнее Обновление 2020-12-18
Дата публикации 2020-12-17
Разработчик https://www.xdnote.com
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://www.xdnote.com/chrome-extensions-privacy
Поддерживаемые языки 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"
    ]
}