linguee-translate
Linguee Translate Plugin
O que é linguee-translate?
linguee-translate é uma extensão do Chrome desenvolvida por ckogler, e sua principal característica é "Linguee Translate Plugin".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão linguee-translate
Baixe arquivos de extensão linguee-translate 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
Quickly search for translations between german and english using Linguee.com. Fast and intuitive interface with live-reloading of results. Use the Enter-Key to open the search results in Linguee.com. Shortcut-support (Defaults to CTRL/CMD+SHIFT+L - but can be overridden in the Chrome settings.
Informações Básicas da Extensão
Nome | linguee-translate |
ID | fjjfjlcihmoeenjbakdgjfbpdcgimlcd |
URL Oficial | https://chromewebstore.google.com/detail/linguee-translate/fjjfjlcihmoeenjbakdgjfbpdcgimlcd |
Descrição | Linguee Translate Plugin |
Tamanho do Arquivo | 18.92 KB |
Contagem de Instalações | 618 |
Versão Atual | 1.1.0 |
Última Atualização | 2023-02-12 |
Data de Publicação | 2020-05-05 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | ckogler |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/koglerch13/chrome-linguee-translate |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "linguee-translate", "description": "Linguee Translate Plugin", "version": "1.1.0", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "action": { "default_popup": "html\/popup.html", "default_icon": "images\/icon-48.png", "default-title": "linguee-translate" }, "host_permissions": [ "https:\/\/www.linguee.com\/*" ], "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+L", "mac": "Command+Shift+L" } } } } |