Telegram Translator

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

Wat is Telegram Translator?

Telegram Translator is een Chrome-extensie ontwikkeld door Scrupp, en de belangrijkste functie is "This extension automatically translate any text that you type by clicking combination Ctrl + Shift.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Telegram Translator

Download Telegram Translator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Telegram Translator Telegram Translator
ID pkjgpdkpjnbjmnjdkbpdfdhlgbadhhol
Officiële URL https://chromewebstore.google.com/detail/telegram-translator/pkjgpdkpjnbjmnjdkbpdfdhlgbadhhol
Beschrijving This extension automatically translate any text that you type by clicking combination Ctrl + Shift.
Bestandsgrootte 72.02 KB
Aantal Installaties 1,549
Huidige Versie 1.0
Laatst Bijgewerkt 2021-12-23
Publicatiedatum 2021-12-23
Beoordeling 4.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Scrupp
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://scrupp.com/policy
Ondersteunde Talen 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"
        }
    ]
}