One-Click Translate Selection

Simply select some text and translate from context menu

¿Qué es One-Click Translate Selection?

One-Click Translate Selection es una extensión de Chrome desarrollada por Christo Tsvetanov, y su función principal es "Simply select some text and translate from context menu".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión One-Click Translate Selection

Descarga archivos de extensión One-Click Translate Selection 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

                        Easy for using, with all the features of Google™ Translation. After installation of the extension, you will see the Options window to make the tuning.                    

Información Básica de la Extensión

Nombre One-Click Translate Selection One-Click Translate Selection
ID cioclchdhgppnbpapkicbhlhbeldplld
URL Oficial https://chromewebstore.google.com/detail/one-click-translate-selec/cioclchdhgppnbpapkicbhlhbeldplld
Descripción Simply select some text and translate from context menu
Tamaño del Archivo 44.61 KB
Cantidad de Instalaciones 10,000
Versión Actual 3.02
Última Actualización 2022-12-31
Fecha de Publicación 2015-07-24
Calificación 2.95/5 Total de 22 Calificaciones
Desarrollador Christo Tsvetanov
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "One-Click Translate Selection",
    "description": "Simply select some text and translate from context menu",
    "version": "3.02",
    "manifest_version": 3,
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}