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
电子邮箱 [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"
    ]
}