Alem - ChatGPT RTL Extension
Changes the direction of ChatGPT responses to RTL.
Qu'est-ce que Alem - ChatGPT RTL Extension ?
Alem - ChatGPT RTL Extension est une extension Chrome développée par a.zareshahi1377, et sa fonction principale est "Changes the direction of ChatGPT responses to RTL.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Alem - ChatGPT RTL Extension
Téléchargez les fichiers d'extension Alem - ChatGPT RTL Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
with this extension you can see ChatGPT RTL answers correctly
Informations de Base sur l'Extension
Nom | Alem - ChatGPT RTL Extension |
ID | djlffendllcenogpogdcoljdpodlnhah |
URL Officiel | https://chromewebstore.google.com/detail/alem-chatgpt-rtl-extensio/djlffendllcenogpogdcoljdpodlnhah |
Description | Changes the direction of ChatGPT responses to RTL. |
Taille du Fichier | 17.41 KB |
Nombre d'Installations | 670 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2023-03-29 |
Date de Publication | 2023-03-29 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | a.zareshahi1377 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |