anyLanguage.ai - Instant Language Translator

Translate any text with your custom index + in any text input field and hit your custom hotkey combination.

¿Qué es anyLanguage.ai - Instant Language Translator?

anyLanguage.ai - Instant Language Translator es una extensión de Chrome desarrollada por https://anylanguage.ai, y su función principal es "Translate any text with your custom index + in any text input field and hit your custom hotkey combination.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión anyLanguage.ai - Instant Language Translator

Descarga archivos de extensión anyLanguage.ai - Instant Language 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

                        AnyLanguage.ai is an incredibly easy-to-use instant language translator extension for your web browser. With just a few simple steps, you can start translating text on any website:

- Install the AnyLanguage.ai extension from the Chrome Web Store
- Set your preferred hotkey combination and translation index and start to translate on any website - instantly.
- Select text on ANY website and it will automatically translate it on top of the text. You can now disable this feature as well.
- Choose your target language to always translate text to.
- Choose your target language and the duration to show the translated text.

Choosing AnyLanguage.ai comes with numerous benefits:

- No subscription fees - free to use!
- Regular weekly updates to improve performance and features.                    

Información Básica de la Extensión

Nombre anyLanguage.ai - Instant Language Translator anyLanguage.ai - Instant Language Translator
ID fdobdooapahhogpamooimfeblceimdpd
URL Oficial https://chromewebstore.google.com/detail/anylanguageai-instant-lan/fdobdooapahhogpamooimfeblceimdpd
Descripción Translate any text with your custom index + in any text input field and hit your custom hotkey combination.
Tamaño del Archivo 48.73 KB
Cantidad de Instalaciones 1,508
Versión Actual 5.0
Última Actualización 2023-05-28
Fecha de Publicación 2023-04-26
Calificación 4.30/5 Total de 10 Calificaciones
Desarrollador https://anylanguage.ai
Tipo de Pago free
Sitio Web de la Extensión https://www.anylanguage.ai
URL de la Página de Política de Privacidad https://www.anylanguage.ai/privacy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "anyLanguage.ai - Instant Language Translator",
    "version": "5.0",
    "description": "Translate any text with your custom index +   in any text input field and hit your custom hotkey combination.",
    "manifest_version": 3,
    "icons": {
        "48": "images\/favicon-32x32.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "action": {
        "default_icon": "images\/favicon-32x32.png",
        "default_popup": "options.html"
    }
}