Language I/O - Translate

Language I/O - Translate Content

Language I/O - Translate란 무엇입니까?

Language I/O - Translate은(는) https://languageio.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Language I/O - Translate Content"입니다.

확장 프로그램 스크린샷

screenshot

Language I/O - Translate 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

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