Language Tools
Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button.
¿Qué es Language Tools?
Language Tools es una extensión de Chrome desarrollada por https://browsernative.com, y su función principal es "Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Language Tools
Descarga archivos de extensión Language Tools en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Language Tools |
ID | ehaplickepiebdimlmbgecbbinldehgn |
URL Oficial | https://chromewebstore.google.com/detail/language-tools/ehaplickepiebdimlmbgecbbinldehgn |
Descripción | Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button. |
Tamaño del Archivo | 8.94 KB |
Cantidad de Instalaciones | 2,000 |
Versión Actual | 1.1.0 |
Última Actualización | 2023-11-27 |
Fecha de Publicación | 2022-02-15 |
Calificación | 5.00/5 Total de 4 Calificaciones |
Desarrollador | https://browsernative.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://browsernative.com/language-tools/ |
URL de la Página de Ayuda | https://browsernative.com/language-tools/ |
URL de la Página de Política de Privacidad | https://browsernative.com/extensions-privacy-policy |
Idiomas Soportados | 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\/" } |