One-Click Translate Selection
Simply select some text and translate from context menu
O que é One-Click Translate Selection?
One-Click Translate Selection é uma extensão do Chrome desenvolvida por Christo Tsvetanov, e sua principal característica é "Simply select some text and translate from context menu".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão One-Click Translate Selection
Baixe arquivos de extensão One-Click Translate Selection 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
Easy for using, with all the features of Google™ Translation. After installation of the extension, you will see the Options window to make the tuning.
Informações Básicas da Extensão
Nome | One-Click Translate Selection |
ID | cioclchdhgppnbpapkicbhlhbeldplld |
URL Oficial | https://chromewebstore.google.com/detail/one-click-translate-selec/cioclchdhgppnbpapkicbhlhbeldplld |
Descrição | Simply select some text and translate from context menu |
Tamanho do Arquivo | 44.61 KB |
Contagem de Instalações | 10,000 |
Versão Atual | 3.02 |
Última Atualização | 2022-12-31 |
Data de Publicação | 2015-07-24 |
Classificação | 2.95/5 Total de 22 Avaliações |
Desenvolvedor | Christo Tsvetanov |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "One-Click Translate Selection", "description": "Simply select some text and translate from context menu", "version": "3.02", "manifest_version": 3, "permissions": [ "contextMenus", "storage" ], "options_page": "options.html", "background": { "service_worker": "background.js", "type": "module" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |