Telegram Translator

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

Co je Telegram Translator?

Telegram Translator je rozšíření Chrome vyvinuté Scrupp, a jeho hlavní funkcí je „This extension automatically translate any text that you type by clicking combination Ctrl + Shift.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Telegram Translator

Stáhněte si soubory rozšíření Telegram Translator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Telegram Translator Telegram Translator
ID pkjgpdkpjnbjmnjdkbpdfdhlgbadhhol
Oficiální URL https://chromewebstore.google.com/detail/telegram-translator/pkjgpdkpjnbjmnjdkbpdfdhlgbadhhol
Popis This extension automatically translate any text that you type by clicking combination Ctrl + Shift.
Velikost souboru 72.02 KB
Počet instalací 1,549
Aktuální Verze 1.0
Poslední Aktualizace 2021-12-23
Datum Vydání 2021-12-23
Hodnocení 4.00/5 Celkem 3 Hodnocení
Vývojář Scrupp
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://scrupp.com/policy
Podporované Jazyky 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"
        }
    ]
}