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.

Was ist LTR TO RTL for ChatGPT?

LTR TO RTL for ChatGPT ist eine Chrome-Erweiterung, die von shaloml entwickelt wurde, und ihr Hauptmerkmal ist "Through this extension it will be possible to read in languages from right to left such as Hebrew and Arabic.".

Erweiterungsscreenshots

screenshot

LTR TO RTL for ChatGPT-Erweiterungs-CRX-Datei herunterladen

Laden Sie LTR TO RTL for ChatGPT-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name LTR TO RTL for ChatGPT LTR TO RTL for ChatGPT
ID pcnpnpaipomdildpaehlnmlbiiaagdid
Offizielle URL https://chromewebstore.google.com/detail/ltr-to-rtl-for-chatgpt/pcnpnpaipomdildpaehlnmlbiiaagdid
Beschreibung Through this extension it will be possible to read in languages from right to left such as Hebrew and Arabic.
Dateigröße 28.31 KB
Installationsanzahl 564
Aktuelle Version 1.0
Letztes Update 2023-04-25
Veröffentlichungsdatum 2023-04-25
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler shaloml
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}