Language I/O - Translate

Language I/O - Translate Content

Co je Language I/O - Translate?

Language I/O - Translate je rozšíření Chrome vyvinuté https://languageio.com, a jeho hlavní funkcí je „Language I/O - Translate Content“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Language I/O - Translate

Stáhněte si soubory rozšíření Language I/O - Translate ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Language I/O - Translate Language I/O - Translate
ID gngbpbolfnmlgjjonmfokgbfhebcbodn
Oficiální URL https://chromewebstore.google.com/detail/language-io-translate/gngbpbolfnmlgjjonmfokgbfhebcbodn
Popis Language I/O - Translate Content
Velikost souboru 821 KB
Počet instalací 1,715
Aktuální Verze 1.0.1
Poslední Aktualizace 2024-01-13
Datum Vydání 2022-11-03
Vývojář https://languageio.com
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://languageio.zendesk.com/hc/en-us
URL Stránky Zásad Ochrany Soukromí https://languageio.com/about/terms
Podporované Jazyky 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"
    ]
}