Polyglot Translator

Download your translations as a text file.

Apa itu Polyglot Translator?

Polyglot Translator adalah ekstensi Chrome yang dikembangkan oleh maria.sylvester10, dan fitur utamanya adalah "Download your translations as a text file.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Polyglot Translator

Unduh file ekstensi Polyglot Translator 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

                        Effortlessly download all of your translations produced by nicetranslator.com.

1. After installation, open the Polyglot Translator extension and click 'Launch.' This will open the nicetranslator website in a new tab. 

2. Once you've used the nicetranslator site to produce all of your required translations, simply open the Polyglot Translator extension and click 'Download.'

Your translations will be downloaded into a single text file.                    

Informasi Dasar Ekstensi

Nama Polyglot Translator Polyglot Translator
ID ieojcoiagpfojablgfmjchhfonelejam
URL Resmi https://chromewebstore.google.com/detail/polyglot-translator/ieojcoiagpfojablgfmjchhfonelejam
Deskripsi Download your translations as a text file.
Ukuran File 1 MB
Jumlah Instalasi 92
Versi Saat Ini 1.0
Terakhir Diperbarui 2021-04-01
Tanggal Publikasi 2021-03-31
Penilaian 5.00/5 Total 1 Penilaian
Pengembang maria.sylvester10
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Polyglot Translator",
    "description": "Download your translations as a text file.",
    "version": "1.0",
    "permissions": [
        "https:\/\/nicetranslator.com\/*"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icons": {
            "16": "\/icons\/icon16.png",
            "32": "\/icons\/icon32.png",
            "48": "\/icons\/icon48.png",
            "128": "\/icons\/icon128.png"
        }
    },
    "icons": {
        "16": "\/icons\/icon16.png",
        "32": "\/icons\/icon32.png",
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    },
    "manifest_version": 2
}