RtlGPT: 👈🤖

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

O que é RtlGPT: 👈🤖?

RtlGPT: 👈🤖 é uma extensão do Chrome desenvolvida por coronasoltal, e sua principal característica é "Aligns ChatGPT content right to left, if that content begins with letters on an RTL language like Arabic or Hebrew".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão RtlGPT: 👈🤖

Baixe arquivos de extensão RtlGPT: 👈🤖 no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome RtlGPT: 👈🤖 RtlGPT: 👈🤖
ID ohhinfpdaghodgjabohdeimcljopbgac
URL Oficial https://chromewebstore.google.com/detail/rtlgpt-%F0%9F%91%88%F0%9F%A4%96/ohhinfpdaghodgjabohdeimcljopbgac
Descrição Aligns ChatGPT content right to left, if that content begins with letters on an RTL language like Arabic or Hebrew
Tamanho do Arquivo 18.81 KB
Contagem de Instalações 100
Versão Atual 1.0
Última Atualização 2023-05-02
Data de Publicação 2023-05-01
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor coronasoltal
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
        }
    ]
}