Language I/O - Translate

Language I/O - Translate Content

Language I/O - Translateคืออะไร?

Language I/O - Translate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://languageio.com และคุณลักษณะหลักของมันคือ "Language I/O - Translate Content"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Language I/O - Translate

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

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

                        The Language I/O Chrome extension allows Language I/O users to generate high-quality and secure translations across the web. Our Chrome extension provides a convenient interface to quickly generate a translation using your existing Language I/O translation configuration, without needing to navigate away from the source content.

Example use cases include:

Translating content to help solve a customer support issue.

Extending Language I/O translation capabilities into browser-based communication applications.

Sharing content between colleagues who speak different languages, without needing to translate the content before sending.

Quickly generating translations with your existing Language I/O glossary and machine translation engine configuration automatically applied.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Language I/O - Translate Language I/O - Translate
ID gngbpbolfnmlgjjonmfokgbfhebcbodn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/language-io-translate/gngbpbolfnmlgjjonmfokgbfhebcbodn
คำอธิบาย Language I/O - Translate Content
ขนาดไฟล์ 821 KB
จำนวนการติดตั้ง 1,715
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2024-01-13
วันที่เผยแพร่ 2022-11-03
ผู้พัฒนา https://languageio.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://languageio.zendesk.com/hc/en-us
URL หน้านโยบายความเป็นส่วนตัว https://languageio.com/about/terms
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Language I\/O - Translate",
    "description": "Language I\/O - Translate Content",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "16": ".\/languageio.png",
        "32": ".\/languageio.png",
        "48": ".\/languageio.png",
        "128": ".\/languageio.png"
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Language I\/O - Translate",
        "default_icon": "languageio.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "inject_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "contextMenus",
        "storage",
        "sidePanel"
    ]
}