Alem - ChatGPT RTL Extension
Changes the direction of ChatGPT responses to RTL.
O que é Alem - ChatGPT RTL Extension?
Alem - ChatGPT RTL Extension é uma extensão do Chrome desenvolvida por a.zareshahi1377, e sua principal característica é "Changes the direction of ChatGPT responses to RTL.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Alem - ChatGPT RTL Extension
Baixe arquivos de extensão Alem - ChatGPT RTL Extension 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
with this extension you can see ChatGPT RTL answers correctly
Informações Básicas da Extensão
Nome | Alem - ChatGPT RTL Extension |
ID | djlffendllcenogpogdcoljdpodlnhah |
URL Oficial | https://chromewebstore.google.com/detail/alem-chatgpt-rtl-extensio/djlffendllcenogpogdcoljdpodlnhah |
Descrição | Changes the direction of ChatGPT responses to RTL. |
Tamanho do Arquivo | 17.41 KB |
Contagem de Instalações | 670 |
Versão Atual | 1.2 |
Última Atualização | 2023-03-29 |
Data de Publicação | 2023-03-29 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | a.zareshahi1377 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | fa |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Alem - ChatGPT RTL Extension", "version": "1.2", "description": "Changes the direction of ChatGPT responses to RTL.", "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "content.js" ], "run_at": "document_idle", "all_frames": true } ], "permissions": [ "webRequest" ], "background": { "service_worker": "background.js" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |