QY Translate

Translate selected text. Professional domain translate.

QY Translate란 무엇입니까?

QY Translate은(는) jonny.Liu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Translate selected text. Professional domain translate."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Provide professional domain translator such as financial, medical, electronic technology, mechanical and so on, so that translation is more accurate.

Provide the plug-in and WeChat small program end collection management, and provide learning tools such as hearing training.

Provide two models of professional and minimalist intelligence, can be configured according to requirements

Built-in PDF reader for translation for PDF documents

Support night dark theme mode

Shortcut: Mac (Command + K), Windows and other (Alt + K)

Note: Please refresh the open page after installation.

Open source, more info: https://github.com/Kobshobe/qy_translate                    

확장 프로그램 기본 정보

이름 QY Translate QY Translate
ID fjldhjdclpmehigldnbgbllchcjdgccc
공식 URL https://chromewebstore.google.com/detail/qy-translate/fjldhjdclpmehigldnbgbllchcjdgccc
설명 Translate selected text. Professional domain translate.
파일 크기 5.9 MB
설치 횟수 1,197
현재 버전 2.0.3
최근 업데이트 2023-10-15
출시 날짜 2021-05-10
평점 5.00/5 총 6 개의 평점
개발자 jonny.Liu
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.fishfit.fun/qy/index.html
도움말 페이지 URL https://github.com/Kobshobe/qy_translate
지원되는 언어 en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "2.0.3",
    "default_locale": "en",
    "icons": {
        "16": "assets\/images\/logo.png",
        "48": "assets\/images\/logo.png",
        "128": "assets\/images\/logo.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "contextMenus",
        "tabs",
        "clipboardRead"
    ],
    "action": {
        "default_title": "__MSG_title__",
        "default_icon": "assets\/images\/logo.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+K",
                "mac": "Command+K",
                "chromeos": "Alt+K",
                "linux": "Alt+K"
            }
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "iframe.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/popup-ewrskdfdswerhnyikyofd.css",
                "css\/chunk-common-ewrskdfdswerhnyikyofd.css"
            ],
            "js": [
                "chunk-common-ewrskdfdswerhnyikyofd.js",
                "content-ewrskdfdswerhnyikyofd.js",
                "chunk-vendors-ewrskdfdswerhnyikyofd.js"
            ],
            "all_frames": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; media-src * data: blob: filesystem:;"
    }
}