DeepL Translator Plus

This plugin enables fast translations using deepl.com.

Cos'è DeepL Translator Plus?

DeepL Translator Plus è un'estensione di Chrome sviluppata da sapkra, e la sua funzione principale è "This plugin enables fast translations using deepl.com.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione DeepL Translator Plus

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

                        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                    

Informazioni di Base sull'Estensione

Nome DeepL Translator Plus DeepL Translator Plus
ID oaifgiocjahpndddpenihgnoccbmkghe
URL Ufficiale https://chrome.google.com/webstore/detail/deepl-translator-plus/oaifgiocjahpndddpenihgnoccbmkghe
Descrizione This plugin enables fast translations using deepl.com.
Dimensione del File 34.42 KB
Conteggio Installazioni 4,000
Versione Corrente 1.1.0
Ultimo Aggiornamento 2020-11-11
Data di Pubblicazione 2020-11-10
Valutazione 2.91/5 Totale 11 Valutazioni
Sviluppatore sapkra
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/sapkra/deepl-chrome-extension
URL della Pagina di Aiuto https://github.com/sapkra/deepl-chrome-extension/issues
Lingue Supportate 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\/"
    ]
}