RtlGPT: 👈🤖

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

Qu'est-ce que RtlGPT: 👈🤖 ?

RtlGPT: 👈🤖 est une extension Chrome développée par coronasoltal, et sa fonction principale est "Aligns ChatGPT content right to left, if that content begins with letters on an RTL language like Arabic or Hebrew".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension RtlGPT: 👈🤖

Téléchargez les fichiers d'extension RtlGPT: 👈🤖 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom RtlGPT: 👈🤖 RtlGPT: 👈🤖
ID ohhinfpdaghodgjabohdeimcljopbgac
URL Officiel https://chromewebstore.google.com/detail/rtlgpt-%F0%9F%91%88%F0%9F%A4%96/ohhinfpdaghodgjabohdeimcljopbgac
Description Aligns ChatGPT content right to left, if that content begins with letters on an RTL language like Arabic or Hebrew
Taille du Fichier 18.81 KB
Nombre d'Installations 100
Version Actuelle 1.0
Dernière Mise à Jour 2023-05-02
Date de Publication 2023-05-01
Évaluation 5.00/5 Total 2 Évaluations
Développeur coronasoltal
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}