Contextual translator
Select the text and click the right button to translate.
O que é Contextual translator?
Contextual translator é uma extensão do Chrome desenvolvida por https://n10.dev, e sua principal característica é "Select the text and click the right button to translate.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Contextual translator
Baixe arquivos de extensão Contextual 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
Impossible easier: - Select the text you want to translate. - Press the right mouse button. - You will get the translation in seconds. Context menu translator is a free software project. You can find the source code at: - https://github.com/edgarmiro/traductor-menu-contextual
Informações Básicas da Extensão
Nome | Contextual translator |
ID | lonkkphbooogeflneiinlchdpbjmipbn |
URL Oficial | https://chromewebstore.google.com/detail/contextual-translator/lonkkphbooogeflneiinlchdpbjmipbn |
Descrição | Select the text and click the right button to translate. |
Tamanho do Arquivo | 41.25 KB |
Contagem de Instalações | 5,093 |
Versão Atual | 4.0 |
Última Atualização | 2023-12-18 |
Data de Publicação | 2020-03-21 |
Classificação | 3.83/5 Total de 54 Avaliações |
Desenvolvedor | https://n10.dev |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://n10.dev |
Idiomas Suportados | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "4.0", "default_locale": "en", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "author": "Edgar Mir\u00f3", "homepage_url": "https:\/\/www.n10.dev", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "permissions": [ "contextMenus" ], "offline_enabled": false, "options_page": "options.html", "background": { "service_worker": "background.js" } } |