Alem - ChatGPT RTL Extension
Changes the direction of ChatGPT responses to RTL.
Wat is Alem - ChatGPT RTL Extension?
Alem - ChatGPT RTL Extension is een Chrome-extensie ontwikkeld door a.zareshahi1377, en de belangrijkste functie is "Changes the direction of ChatGPT responses to RTL.".
Extensie Screenshots
Download het CRX-bestand van de extensie Alem - ChatGPT RTL Extension
Download Alem - ChatGPT RTL Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
with this extension you can see ChatGPT RTL answers correctly
Basisinformatie over de Extensie
Naam | Alem - ChatGPT RTL Extension |
ID | djlffendllcenogpogdcoljdpodlnhah |
Officiële URL | https://chromewebstore.google.com/detail/alem-chatgpt-rtl-extensio/djlffendllcenogpogdcoljdpodlnhah |
Beschrijving | Changes the direction of ChatGPT responses to RTL. |
Bestandsgrootte | 17.41 KB |
Aantal Installaties | 670 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2023-03-29 |
Publicatiedatum | 2023-03-29 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | a.zareshahi1377 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |