DeepL Translator

Hover over highlighted sentences and words to translate them with DeepL.

Cos'è DeepL Translator?

DeepL Translator è un'estensione di Chrome sviluppata da Chris Lo, e la sua funzione principale è "Hover over highlighted sentences and words to translate them with DeepL.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione DeepL Translator

Scarica i file di estensione DeepL 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

                        The extension will expedite transferring text highlighted in your current browser tab to a background tab running DeepL's powerful and accurate translation tool. The results are then displayed above the highlighted text. The source and destination languages can be preset via the extension's settings.                    

Informazioni di Base sull'Estensione

Nome DeepL Translator DeepL Translator
ID kgljlkdpcelbbmdfilomhgjaaefofkfh
URL Ufficiale https://chrome.google.com/webstore/detail/deepl-translator/kgljlkdpcelbbmdfilomhgjaaefofkfh
Descrizione Hover over highlighted sentences and words to translate them with DeepL.
Dimensione del File 168 KB
Conteggio Installazioni 11,889
Versione Corrente 0.0.7
Ultimo Aggiornamento 2021-05-01
Data di Pubblicazione 2021-01-19
Valutazione 3.33/5 Totale 15 Valutazioni
Sviluppatore Chris Lo
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://chrislo.ca/deepl
URL della Pagina della Politica sulla Privacy https://codeforthought.com/privacy
Lingue Supportate de,en,fr,nl,da,et,es,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,bg,ru,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "0.0.7",
    "description": "__MSG_extDescription__",
    "homepage_url": "https:\/\/chrislo.ca\/deepl",
    "manifest_version": 2,
    "default_locale": "en",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "deepl-background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "deepl-bridge.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "deepl-page.js",
        "deepl-translator.js",
        "deepl-loading.gif"
    ]
}