RtlGPT: 👈🤖

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

Co to jest RtlGPT: 👈🤖?

RtlGPT: 👈🤖 to rozszerzenie Chrome opracowane przez coronasoltal, a jego główną funkcją jest „Aligns ChatGPT content right to left, if that content begins with letters on an RTL language like Arabic or Hebrew”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia RtlGPT: 👈🤖

Pobierz pliki rozszerzeń RtlGPT: 👈🤖 w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa RtlGPT: 👈🤖 RtlGPT: 👈🤖
ID ohhinfpdaghodgjabohdeimcljopbgac
Oficjalny URL https://chromewebstore.google.com/detail/rtlgpt-%F0%9F%91%88%F0%9F%A4%96/ohhinfpdaghodgjabohdeimcljopbgac
Opis Aligns ChatGPT content right to left, if that content begins with letters on an RTL language like Arabic or Hebrew
Rozmiar pliku 18.81 KB
Liczba instalacji 100
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-05-02
Data Publikacji 2023-05-01
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper coronasoltal
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
        }
    ]
}