DeepL Auto Converter

Enables easy DeepL translations

Cos'è DeepL Auto Converter?

DeepL Auto Converter è un'estensione di Chrome sviluppata da tak215, e la sua funzione principale è "Enables easy DeepL translations".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione DeepL Auto Converter

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

                        Translates foreign text using DeepL. Open sourced at https://github.com/tsuz/deepl-auto-converter                    

Informazioni di Base sull'Estensione

Nome DeepL Auto Converter DeepL Auto Converter
ID cpgdklpngibppeidaahbnbienjkiojel
URL Ufficiale https://chromewebstore.google.com/detail/deepl-auto-converter/cpgdklpngibppeidaahbnbienjkiojel
Descrizione Enables easy DeepL translations
Dimensione del File 88.84 KB
Conteggio Installazioni 12
Versione Corrente 1.0.0
Ultimo Aggiornamento 2021-10-26
Data di Pubblicazione 2021-10-25
Sviluppatore tak215
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/tsuz/deepl-auto-converter
URL della Pagina di Aiuto https://github.com/tsuz/deepl-auto-converter#support
Lingue Supportate ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DeepL Auto Converter",
    "description": "Enables easy DeepL translations",
    "version": "1.0.0",
    "browser_action": {
        "default_icon": "icon-16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/backgroundPage.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/contentScript.js"
            ]
        }
    ]
}