RtlGPT: 👈🤖

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

What is RtlGPT: 👈🤖?

RtlGPT: 👈🤖 is a Chrome extension developed by coronasoltal, and its main feature is "Aligns ChatGPT content right to left, if that content begins with letters on an RTL language like Arabic or Hebrew".

Extension Screenshots

screenshot

Download RtlGPT: 👈🤖 Extension CRX File

Download RtlGPT: 👈🤖 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name RtlGPT: 👈🤖 RtlGPT: 👈🤖
ID ohhinfpdaghodgjabohdeimcljopbgac
Official URL 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
File Size 18.81 KB
Installation Count 100
Current Version 1.0
Last Updated 2023-05-02
Publish Date 2023-05-01
Rating 5.00/5 Total 2 Ratings
Developer coronasoltal
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    ]
}