DeepL Translator Plus

This plugin enables fast translations using deepl.com.

Co je DeepL Translator Plus?

DeepL Translator Plus je rozšíření Chrome vyvinuté sapkra, a jeho hlavní funkcí je „This plugin enables fast translations using deepl.com.“.

Snímky obrazovky rozšíření

screenshot

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

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

                        Features:
- Automatically translate selected text
- Restore last translated text
- Hide cookie consent if accepted on deepl.com
- Hide header to only show translator
- Options page to configure default languages
- Entry in context menu to translate selected text

Contributions welcome on GitHub!
https://github.com/sapkra/deepl-chrome-extension                    

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

Název DeepL Translator Plus DeepL Translator Plus
ID oaifgiocjahpndddpenihgnoccbmkghe
Oficiální URL https://chrome.google.com/webstore/detail/deepl-translator-plus/oaifgiocjahpndddpenihgnoccbmkghe
Popis This plugin enables fast translations using deepl.com.
Velikost souboru 34.42 KB
Počet instalací 4,000
Aktuální Verze 1.1.0
Poslední Aktualizace 2020-11-11
Datum Vydání 2020-11-10
Hodnocení 2.91/5 Celkem 11 Hodnocení
Vývojář sapkra
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/sapkra/deepl-chrome-extension
URL Stránky Nápovědy https://github.com/sapkra/deepl-chrome-extension/issues
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DeepL Translator Plus",
    "description": "This plugin enables fast translations using deepl.com.",
    "version": "1.1.0",
    "page_action": {
        "default_popup": "popup.html",
        "defaut_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "helpers.js",
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "cookies",
        "contextMenus",
        "declarativeContent",
        "https:\/\/*.deepl.com\/"
    ]
}