Mini Translate

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

Mini Translate란 무엇입니까?

Mini Translate은(는) https://www.xdnote.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "迷你翻译 : 小巧 / 快捷的翻译插件, 自动识别语种。 Mini Translate : Small / Quick translation plug-in, Automatic identification of languages。"입니다.

확장 프로그램 스크린샷

screenshot

Mini Translate 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

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"
    ]
}