translate to local language
select text and right click it, then you will see the menu
O que é translate to local language?
translate to local language é uma extensão do Chrome desenvolvida por zen, e sua principal característica é "select text and right click it, then you will see the menu".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão translate to local language
Baixe arquivos de extensão translate to local language 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
select text then right click it...no matter what language you use.
Informações Básicas da Extensão
Nome | translate to local language |
ID | ioeanppiclmdjkeijlgebjnmbdpkckem |
URL Oficial | https://chromewebstore.google.com/detail/translate-to-local-langua/ioeanppiclmdjkeijlgebjnmbdpkckem |
Descrição | select text and right click it, then you will see the menu |
Tamanho do Arquivo | 13.96 KB |
Contagem de Instalações | 21 |
Versão Atual | 0.5 |
Última Atualização | 2020-12-06 |
Data de Publicação | 2019-12-18 |
Desenvolvedor | zen |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "translate to local language", "description": "select text and right click it, then you will see the menu", "version": "0.5", "permissions": [ "contextMenus" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "persistent": false, "scripts": [ "google_trans.js" ] }, "manifest_version": 2 } |