Contextual translator

Select the text and click the right button to translate.

¿Qué es Contextual translator?

Contextual translator es una extensión de Chrome desarrollada por https://n10.dev, y su función principal es "Select the text and click the right button to translate.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Contextual translator

Descarga archivos de extensión Contextual translator 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

                        Impossible easier:

- Select the text you want to translate.
- Press the right mouse button.
- You will get the translation in seconds.

Context menu translator is a free software project.
You can find the source code at:
- https://github.com/edgarmiro/traductor-menu-contextual                    

Información Básica de la Extensión

Nombre Contextual translator Contextual translator
ID lonkkphbooogeflneiinlchdpbjmipbn
URL Oficial https://chromewebstore.google.com/detail/contextual-translator/lonkkphbooogeflneiinlchdpbjmipbn
Descripción Select the text and click the right button to translate.
Tamaño del Archivo 41.25 KB
Cantidad de Instalaciones 5,093
Versión Actual 4.0
Última Actualización 2023-12-18
Fecha de Publicación 2020-03-21
Calificación 3.83/5 Total de 54 Calificaciones
Desarrollador https://n10.dev
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://n10.dev
Idiomas Soportados en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "4.0",
    "default_locale": "en",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "author": "Edgar Mir\u00f3",
    "homepage_url": "https:\/\/www.n10.dev",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "offline_enabled": false,
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    }
}