DeepL Translator

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

Co je DeepL Translator?

DeepL Translator je rozšíření Chrome vyvinuté Chris Lo, a jeho hlavní funkcí je „Hover over highlighted sentences and words to translate them with DeepL.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření DeepL Translator

Stáhněte si soubory rozšíření DeepL Translator 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 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.                    

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

Název DeepL Translator DeepL Translator
ID kgljlkdpcelbbmdfilomhgjaaefofkfh
Oficiální URL https://chrome.google.com/webstore/detail/deepl-translator/kgljlkdpcelbbmdfilomhgjaaefofkfh
Popis Hover over highlighted sentences and words to translate them with DeepL.
Velikost souboru 168 KB
Počet instalací 11,889
Aktuální Verze 0.0.7
Poslední Aktualizace 2021-05-01
Datum Vydání 2021-01-19
Hodnocení 3.33/5 Celkem 15 Hodnocení
Vývojář Chris Lo
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://chrislo.ca/deepl
URL Stránky Zásad Ochrany Soukromí https://codeforthought.com/privacy
Podporované Jazyky 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"
    ]
}