QY Translate

Translate selected text. Professional domain translate.

QY Translateคืออะไร?

QY Translate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jonny.Liu และคุณลักษณะหลักของมันคือ "Translate selected text. Professional domain translate."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย QY Translate

ดาวน์โหลดไฟล์ส่วนขยาย QY Translate ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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:;"
    }
}