LTR TO RTL for ChatGPT

Through this extension it will be possible to read in languages from right to left such as Hebrew and Arabic.

O que é LTR TO RTL for ChatGPT?

LTR TO RTL for ChatGPT é uma extensão do Chrome desenvolvida por shaloml, e sua principal característica é "Through this extension it will be possible to read in languages from right to left such as Hebrew and Arabic.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão LTR TO RTL for ChatGPT

Baixe arquivos de extensão LTR TO RTL for ChatGPT 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

                        Through this extension it will be possible to read in languages from right to left such as Hebrew and Arabic.                    

Informações Básicas da Extensão

Nome LTR TO RTL for ChatGPT LTR TO RTL for ChatGPT
ID pcnpnpaipomdildpaehlnmlbiiaagdid
URL Oficial https://chromewebstore.google.com/detail/ltr-to-rtl-for-chatgpt/pcnpnpaipomdildpaehlnmlbiiaagdid
Descrição Through this extension it will be possible to read in languages from right to left such as Hebrew and Arabic.
Tamanho do Arquivo 28.31 KB
Contagem de Instalações 564
Versão Atual 1.0
Última Atualização 2023-04-25
Data de Publicação 2023-04-25
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor shaloml
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LTR TO RTL for ChatGPT",
    "description": "Through this extension it will be possible to read in languages from right to left such as Hebrew and Arabic.",
    "version": "1.0",
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}