Alem - ChatGPT RTL Extension
Changes the direction of ChatGPT responses to RTL.
Cos'è Alem - ChatGPT RTL Extension?
Alem - ChatGPT RTL Extension è un'estensione di Chrome sviluppata da a.zareshahi1377, e la sua funzione principale è "Changes the direction of ChatGPT responses to RTL.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Alem - ChatGPT RTL Extension
Scarica i file di estensione Alem - ChatGPT RTL Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
with this extension you can see ChatGPT RTL answers correctly Informazioni di Base sull'Estensione
| Nome | |
| ID | djlffendllcenogpogdcoljdpodlnhah |
| URL Ufficiale | https://chromewebstore.google.com/detail/alem-chatgpt-rtl-extensio/djlffendllcenogpogdcoljdpodlnhah |
| Descrizione | Changes the direction of ChatGPT responses to RTL. |
| Dimensione del File | 17.41 KB |
| Conteggio Installazioni | 670 |
| Versione Corrente | 1.2 |
| Ultimo Aggiornamento | 2023-03-29 |
| Data di Pubblicazione | 2023-03-29 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | a.zareshahi1377 |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |