Telegram Translator

This extension automatically translate any text that you type by clicking combination Ctrl + Shift.

Apa itu Telegram Translator?

Telegram Translator adalah ekstensi Chrome yang dikembangkan oleh Scrupp, dan fitur utamanya adalah "This extension automatically translate any text that you type by clicking combination Ctrl + Shift.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Telegram Translator

Unduh file ekstensi Telegram 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

                        Application for automatic text translation in Telegram. Enter a message in your native language and use the Ctrl + Shift key combination to quickly translate the entered text.

You can practice the language you are learning by translating only words you don’t know.                    

Informasi Dasar Ekstensi

Nama Telegram Translator Telegram Translator
ID pkjgpdkpjnbjmnjdkbpdfdhlgbadhhol
URL Resmi https://chromewebstore.google.com/detail/telegram-translator/pkjgpdkpjnbjmnjdkbpdfdhlgbadhhol
Deskripsi This extension automatically translate any text that you type by clicking combination Ctrl + Shift.
Ukuran File 72.02 KB
Jumlah Instalasi 1,549
Versi Saat Ini 1.0
Terakhir Diperbarui 2021-12-23
Tanggal Publikasi 2021-12-23
Penilaian 4.00/5 Total 3 Penilaian
Pengembang Scrupp
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://scrupp.com/policy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Telegram Translator",
    "description": "This extension automatically translate any text that you type by clicking combination Ctrl + Shift.",
    "version": "1.0",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "templates\/menu.html"
    },
    "permissions": [
        "storage",
        "https:\/\/web.telegram.org\/*"
    ],
    "web_accessible_resources": [
        "templates\/pop-up.html"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/libs\/jquery-3.2.1.min.js",
                "js\/main.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "matches": [
                "*:\/\/web.telegram.org\/*"
            ],
            "run_at": "document_end"
        }
    ]
}