Translate To English...
Adds a context menu to allow you to send the highlighted text to the Microsoft Translator API
O que é Translate To English...?
Translate To English... é uma extensão do Chrome desenvolvida por Brave Location, e sua principal característica é "Adds a context menu to allow you to send the highlighted text to the Microsoft Translator API".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Translate To English...
Baixe arquivos de extensão Translate To English... 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
This extension simply adds a context menu to allow you to send the highlighted text to the Microsoft Translator API and get it translated into English. Also note that the source code for this simple application can be found on GitHub at https://github.com/bravelocation/BingTranslateChromeExtension
Informações Básicas da Extensão
Nome | |
ID | hogdcbncicoifbkfdofpejkkckgkbjig |
URL Oficial | https://chrome.google.com/webstore/detail/translate-to-english/hogdcbncicoifbkfdofpejkkckgkbjig |
Descrição | Adds a context menu to allow you to send the highlighted text to the Microsoft Translator API |
Tamanho do Arquivo | 326 KB |
Contagem de Instalações | 16,252 |
Versão Atual | 1.3 |
Última Atualização | 2019-01-13 |
Data de Publicação | 2019-01-13 |
Classificação | 3.94/5 Total de 68 Avaliações |
Desenvolvedor | Brave Location |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.bravelocation.com |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Translate To English...", "description": "Adds a context menu to allow you to send the highlighted text to the Microsoft Translator API", "version": "1.3", "manifest_version": 2, "permissions": [ "contextMenus" ], "icons": { "16": "translate16.png", "48": "translate48.png", "128": "translate128.png" }, "content_security_policy": "script-src 'self' https:\/\/api.microsofttranslator.com; object-src 'self'", "background": { "scripts": [ "translatescript.js" ] } } |