DeepL Translator

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

Qu'est-ce que DeepL Translator ?

DeepL Translator est une extension Chrome développée par Chris Lo, et sa fonction principale est "Hover over highlighted sentences and words to translate them with DeepL.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension DeepL Translator

Téléchargez les fichiers d'extension DeepL Translator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom DeepL Translator DeepL Translator
ID kgljlkdpcelbbmdfilomhgjaaefofkfh
URL Officiel https://chrome.google.com/webstore/detail/deepl-translator/kgljlkdpcelbbmdfilomhgjaaefofkfh
Description Hover over highlighted sentences and words to translate them with DeepL.
Taille du Fichier 168 KB
Nombre d'Installations 11,889
Version Actuelle 0.0.7
Dernière Mise à Jour 2021-05-01
Date de Publication 2021-01-19
Évaluation 3.33/5 Total 15 Évaluations
Développeur Chris Lo
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://chrislo.ca/deepl
URL de la Page de Politique de Confidentialité https://codeforthought.com/privacy
Langues Prises en Charge 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"
    ]
}