iTranslator - Select to Translate

Translate sentences or words to another language simply.

¿Qué es iTranslator - Select to Translate?

iTranslator - Select to Translate es una extensión de Chrome desarrollada por sammerche84, y su función principal es "Translate sentences or words to another language simply.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión iTranslator - Select to Translate

Descarga archivos de extensión iTranslator - Select to Translate 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

                        Translate selected text in any language you need instantly !! 

iTranslator is your everyday helper to translate any unknown foreign word, sentence or a whole article. It’s a simple and fast way to translate text into another language without breaking away from work. 

iTranslator will be good during your homework, chat with a business partner or while you are reading any foreign text. All foreign languages are available for translation. 

How to use Quick translator:
 
✅ select word or phrase you want to translate
✅ wait for the popup to load !
 
That’s all ✨🎉  !!
This is such a simple but extremely useful extension for your chrome browser. The name says itself – this extension allows you to translate selected text in language you need. 

Are you reading something on the Internet and you come across an unfamiliar word? We offer you the best and easiest way to quickly translate part of the content that you need, such as words, phrases,  All in one simple and understandable browser extension.
  
Update 1.0.1:
fix some bugs.                    

Información Básica de la Extensión

Nombre iTranslator - Select to Translate iTranslator - Select to Translate
ID najcjhojgpicahecekealimpfoehmddj
URL Oficial https://chromewebstore.google.com/detail/itranslator-select-to-tra/najcjhojgpicahecekealimpfoehmddj
Descripción Translate sentences or words to another language simply.
Tamaño del Archivo 22.09 KB
Cantidad de Instalaciones 433
Versión Actual 1.0.1
Última Actualización 2021-10-04
Fecha de Publicación 2021-09-26
Desarrollador sammerche84
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.1",
    "name": "iTranslator - Select to Translate",
    "description": "Translate sentences or words to another language simply.",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_title": "translate",
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}