Language I/O - Translate

Language I/O - Translate Content

O que é Language I/O - Translate?

Language I/O - Translate é uma extensão do Chrome desenvolvida por https://languageio.com, e sua principal característica é "Language I/O - Translate Content".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Language I/O - Translate

Baixe arquivos de extensão Language I/O - Translate no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Language I/O - Translate Language I/O - Translate
ID gngbpbolfnmlgjjonmfokgbfhebcbodn
URL Oficial https://chromewebstore.google.com/detail/language-io-translate/gngbpbolfnmlgjjonmfokgbfhebcbodn
Descrição Language I/O - Translate Content
Tamanho do Arquivo 821 KB
Contagem de Instalações 1,715
Versão Atual 1.0.1
Última Atualização 2024-01-13
Data de Publicação 2022-11-03
Desenvolvedor https://languageio.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://languageio.zendesk.com/hc/en-us
URL da Página de Política de Privacidade https://languageio.com/about/terms
Idiomas Suportados 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"
    ]
}