SYSTRAN Translator

SYSTRAN Translator can translate any webpage in one click.

Cos'è SYSTRAN Translator?

SYSTRAN Translator è un'estensione di Chrome sviluppata da systran.rd, e la sua funzione principale è "SYSTRAN Translator can translate any webpage in one click.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione SYSTRAN Translator

Scarica i file di estensione SYSTRAN Translator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Translate any webpage in one click with SYSTRAN Translator!

The extension helps you translate all your web browsing content into the language of your choice with the best quality and precision. Choose a method depending on your need and benefit from our fast machine translations:

•   Translate a text selection
Select any text on your page then click on the SYSTRAN Translator icon to instantly see the translation.
>> You can also right-click on your selection and choose "Translate selection with Systran" in order to get your translation in a new tab.

•   Translate a full page
Select a target language and click on “Translate This Page”, then the translation will progressively display the translated page while keeping the formatting. You can then switch easily between the original text and translation.
>> You can also activate the Auto-translation to keep translating while navigating the web with a preference mode (auto-translation to be enabled tab by tab or for all new tabs).

•   Translate some text input
You want a translation for a sentence you have in mind while surfing the web without leaving your browser? Then directly enter some text in the translate box of the extension and visualize the translation instantly.

You can change the source and target language anytime to tailor the translation to your needs.
To use Systran Translator, you need a SYSTRAN Translate or SPNS account. Learn more about SYSTRAN Products and check our latest blog post at https://www.systran.net/

SYSTRAN Translate users have access to 50 languages (https://www.systran.net/en/features/)

This extension adds a dedicated icon to your browser toolbar, you can pin it to keep it at your fingertips and quickly use it whenever you need it.

NB. Some limitations apply: Images and iframe are currently not supported for translation.                    

Informazioni di Base sull'Estensione

Nome SYSTRAN Translator SYSTRAN Translator
ID gbpijldifkdlmfiadjhoekaenlabngob
URL Ufficiale https://chromewebstore.google.com/detail/systran-translator/gbpijldifkdlmfiadjhoekaenlabngob
Descrizione SYSTRAN Translator can translate any webpage in one click.
Dimensione del File 3.72 MB
Conteggio Installazioni 191,798
Versione Corrente 2.6.1
Ultimo Aggiornamento 2023-11-27
Data di Pubblicazione 2020-04-28
Valutazione 3.64/5 Totale 28 Valutazioni
Sviluppatore systran.rd
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.systran.net/en/translate/
URL della Pagina di Aiuto https://www.systransoft.com/support/
URL della Pagina della Politica sulla Privacy https://www.systransoft.com/systran/policies/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "2.6.1",
    "options_page": "\/html\/options.html",
    "icons": {
        "16": "\/assets\/icons\/systran-active-16.png",
        "48": "\/assets\/icons\/systran-active-48.png",
        "128": "\/assets\/icons\/systran-active-128.png"
    },
    "action": {
        "default_icon": {
            "16": "\/assets\/icons\/systran-active-16.png",
            "19": "\/assets\/icons\/systran-active-19.png",
            "38": "\/assets\/icons\/systran-active-38.png",
            "48": "\/assets\/icons\/systran-active-48.png",
            "128": "\/assets\/icons\/systran-active-128.png"
        },
        "default_popup": "\/html\/popup.html",
        "default_title": "SYSTRAN Translator"
    },
    "background": {
        "service_worker": "\/javascript\/backgroundBundle.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "javascript\/contentScript.js",
                "javascript\/widget\/widget.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "tts_engine": {
        "voices": [
            {
                "voice_name": "Alice",
                "lang": "en-US",
                "event_types": [
                    "start",
                    "marker",
                    "end"
                ]
            },
            {
                "voice_name": "Pat",
                "lang": "en-US",
                "event_types": [
                    "end"
                ]
            }
        ]
    },
    "permissions": [
        "scripting",
        "contextMenus",
        "tabs",
        "activeTab",
        "storage",
        "notifications",
        "alarms"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/favicon.png"
            ],
            "matches": [],
            "extension_ids": []
        }
    ],
    "storage": {
        "managed_schema": "schema.json"
    }
}