Language Tools
Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button.
O que é Language Tools?
Language Tools é uma extensão do Chrome desenvolvida por https://browsernative.com, e sua principal característica é "Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Language Tools
Baixe arquivos de extensão Language Tools 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
Easily search selected text on Google Dictionary and PowerThesaurus. Translate selected text and web pages using Google Translate. Users can also set their preferred language to translate. Extension by BrowserNative. Not created by or affiliated with Google or PowerThesaurus.com.
Informações Básicas da Extensão
Nome | Language Tools |
ID | ehaplickepiebdimlmbgecbbinldehgn |
URL Oficial | https://chromewebstore.google.com/detail/language-tools/ehaplickepiebdimlmbgecbbinldehgn |
Descrição | Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button. |
Tamanho do Arquivo | 8.94 KB |
Contagem de Instalações | 2,000 |
Versão Atual | 1.1.0 |
Última Atualização | 2023-11-27 |
Data de Publicação | 2022-02-15 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | https://browsernative.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://browsernative.com/language-tools/ |
URL da Página de Ajuda | https://browsernative.com/language-tools/ |
URL da Página de Política de Privacidade | https://browsernative.com/extensions-privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Language Tools", "description": "Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button.", "version": "1.1.0", "manifest_version": 3, "background": { "service_worker": "sw.js" }, "icons": { "128": "icons\/128.png", "48": "icons\/48.png" }, "action": { "default_icon": { "128": "icons\/128.png", "48": "icons\/48.png" }, "default_title": "Translate This Page" }, "permissions": [ "activeTab", "storage", "contextMenus" ], "options_ui": { "page": "\/options\/options.html", "open_in_tab": true }, "homepage_url": "https:\/\/browsernative.com\/language-tools\/" } |