DeepL Auto Converter

Enables easy DeepL translations

Apa itu DeepL Auto Converter?

DeepL Auto Converter adalah ekstensi Chrome yang dikembangkan oleh tak215, dan fitur utamanya adalah "Enables easy DeepL translations".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi DeepL Auto Converter

Unduh file ekstensi DeepL Auto Converter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama DeepL Auto Converter DeepL Auto Converter
ID cpgdklpngibppeidaahbnbienjkiojel
URL Resmi https://chromewebstore.google.com/detail/deepl-auto-converter/cpgdklpngibppeidaahbnbienjkiojel
Deskripsi Enables easy DeepL translations
Ukuran File 88.84 KB
Jumlah Instalasi 12
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2021-10-26
Tanggal Publikasi 2021-10-25
Pengembang tak215
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/tsuz/deepl-auto-converter
URL Halaman Bantuan https://github.com/tsuz/deepl-auto-converter#support
Bahasa yang Didukung 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"
            ]
        }
    ]
}