Telegram Translator
This extension automatically translate any text that you type by clicking combination Ctrl + Shift.
O que é Telegram Translator?
Telegram Translator é uma extensão do Chrome desenvolvida por Scrupp, e sua principal característica é "This extension automatically translate any text that you type by clicking combination Ctrl + Shift.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Telegram Translator
Baixe arquivos de extensão Telegram Translator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Telegram Translator |
ID | pkjgpdkpjnbjmnjdkbpdfdhlgbadhhol |
URL Oficial | https://chromewebstore.google.com/detail/telegram-translator/pkjgpdkpjnbjmnjdkbpdfdhlgbadhhol |
Descrição | This extension automatically translate any text that you type by clicking combination Ctrl + Shift. |
Tamanho do Arquivo | 72.02 KB |
Contagem de Instalações | 1,549 |
Versão Atual | 1.0 |
Última Atualização | 2021-12-23 |
Data de Publicação | 2021-12-23 |
Classificação | 4.00/5 Total de 3 Avaliações |
Desenvolvedor | Scrupp |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://scrupp.com/policy |
Idiomas Suportados | 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" } ] } |