LTR TO RTL for ChatGPT

Through this extension it will be possible to read in languages from right to left such as Hebrew and Arabic.

¿Qué es LTR TO RTL for ChatGPT?

LTR TO RTL for ChatGPT es una extensión de Chrome desarrollada por shaloml, y su función principal es "Through this extension it will be possible to read in languages from right to left such as Hebrew and Arabic.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión LTR TO RTL for ChatGPT

Descarga archivos de extensión LTR TO RTL for ChatGPT 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

                        Through this extension it will be possible to read in languages from right to left such as Hebrew and Arabic.                    

Información Básica de la Extensión

Nombre LTR TO RTL for ChatGPT LTR TO RTL for ChatGPT
ID pcnpnpaipomdildpaehlnmlbiiaagdid
URL Oficial https://chromewebstore.google.com/detail/ltr-to-rtl-for-chatgpt/pcnpnpaipomdildpaehlnmlbiiaagdid
Descripción Through this extension it will be possible to read in languages from right to left such as Hebrew and Arabic.
Tamaño del Archivo 28.31 KB
Cantidad de Instalaciones 564
Versión Actual 1.0
Última Actualización 2023-04-25
Fecha de Publicación 2023-04-25
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador shaloml
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LTR TO RTL for ChatGPT",
    "description": "Through this extension it will be possible to read in languages from right to left such as Hebrew and Arabic.",
    "version": "1.0",
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}