RtlGPT: 👈🤖

Aligns ChatGPT content right to left, if that content begins with letters on an RTL language like Arabic or Hebrew

Cos'è RtlGPT: 👈🤖?

RtlGPT: 👈🤖 è un'estensione di Chrome sviluppata da coronasoltal, e la sua funzione principale è "Aligns ChatGPT content right to left, if that content begins with letters on an RTL language like Arabic or Hebrew".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione RtlGPT: 👈🤖

Scarica i file di estensione RtlGPT: 👈🤖 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Aligns ChatGPT content right to left, if that content begins with letters on an RTL language like Arabic or Hebrew                    

Informazioni di Base sull'Estensione

Nome RtlGPT: 👈🤖 RtlGPT: 👈🤖
ID ohhinfpdaghodgjabohdeimcljopbgac
URL Ufficiale https://chromewebstore.google.com/detail/rtlgpt-%F0%9F%91%88%F0%9F%A4%96/ohhinfpdaghodgjabohdeimcljopbgac
Descrizione Aligns ChatGPT content right to left, if that content begins with letters on an RTL language like Arabic or Hebrew
Dimensione del File 18.81 KB
Conteggio Installazioni 100
Versione Corrente 1.0
Ultimo Aggiornamento 2023-05-02
Data di Pubblicazione 2023-05-01
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore coronasoltal
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "RtlGPT: \ud83d\udc48\ud83e\udd16",
    "version": "1.0",
    "description": "Aligns ChatGPT content right to left, if that content begins with letters on an RTL language like Arabic or Hebrew",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.chat.openai.com\/*",
                "*:\/\/*.chat.openai.com\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_idle"
        }
    ]
}