The Easy Translator

The very easy in use translator.

¿Qué es The Easy Translator?

The Easy Translator es una extensión de Chrome desarrollada por Sergey Vasilyev, y su función principal es "The very easy in use translator.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión The Easy Translator

Descarga archivos de extensión The Easy 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

                        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!                    

Información Básica de la Extensión

Nombre The Easy Translator The Easy Translator
ID ambcfpifajmjgfdaafnjdollbfemaeeg
URL Oficial https://chromewebstore.google.com/detail/the-easy-translator/ambcfpifajmjgfdaafnjdollbfemaeeg
Descripción The very easy in use translator.
Tamaño del Archivo 11.81 KB
Cantidad de Instalaciones 10,000
Versión Actual 0.7.0.0
Última Actualización 2024-03-04
Fecha de Publicación 2016-04-21
Calificación 4.34/5 Total de 136 Calificaciones
Desarrollador Sergey Vasilyev
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}