The Easy Translator
The very easy in use translator.
O que é The Easy Translator?
The Easy Translator é uma extensão do Chrome desenvolvida por Sergey Vasilyev, e sua principal característica é "The very easy in use translator.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão The Easy Translator
Baixe arquivos de extensão The Easy 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
The Easy Translator is very easy in use translator from any language supported by the Google Translator to your language. On the options page you can choose either autodetect or particular language from which you would like a selected on a page word or text be translated and select the language to which to translate. Just select a text -> right click -> Translate... or Select a text -> press keyboard shortcut (Ctrl+Shift+E, configurable) Enjoy the Easy Translator!
Informações Básicas da Extensão
Nome | The Easy Translator |
ID | ambcfpifajmjgfdaafnjdollbfemaeeg |
URL Oficial | https://chromewebstore.google.com/detail/the-easy-translator/ambcfpifajmjgfdaafnjdollbfemaeeg |
Descrição | The very easy in use translator. |
Tamanho do Arquivo | 11.81 KB |
Contagem de Instalações | 10,000 |
Versão Atual | 0.7.0.0 |
Última Atualização | 2024-03-04 |
Data de Publicação | 2016-04-21 |
Classificação | 4.34/5 Total de 136 Avaliações |
Desenvolvedor | Sergey Vasilyev |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "0.7.0.0", "manifest_version": 3, "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "128": "icon128_v4.png" }, "options_page": "options.html", "background": { "service_worker": "script.js", "type": "module" }, "commands": { "translate": { "suggested_key": { "default": "Ctrl+Shift+E" }, "description": "__MSG_extShortcutDescription__" } }, "permissions": [ "contextMenus", "system.display", "storage", "scripting", "activeTab" ] } |