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ファイルをダウンロード

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
Eメール [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"
    ]
}