Telegram Translator
This extension automatically translate any text that you type by clicking combination Ctrl + Shift.
Qu'est-ce que Telegram Translator ?
Telegram Translator est une extension Chrome développée par Scrupp, et sa fonction principale est "This extension automatically translate any text that you type by clicking combination Ctrl + Shift.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Telegram Translator
Téléchargez les fichiers d'extension Telegram Translator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Telegram Translator |
ID | pkjgpdkpjnbjmnjdkbpdfdhlgbadhhol |
URL Officiel | https://chromewebstore.google.com/detail/telegram-translator/pkjgpdkpjnbjmnjdkbpdfdhlgbadhhol |
Description | This extension automatically translate any text that you type by clicking combination Ctrl + Shift. |
Taille du Fichier | 72.02 KB |
Nombre d'Installations | 1,549 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-12-23 |
Date de Publication | 2021-12-23 |
Évaluation | 4.00/5 Total 3 Évaluations |
Développeur | Scrupp |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://scrupp.com/policy |
Langues Prises en Charge | 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" } ] } |