Alem - ChatGPT RTL Extension
Changes the direction of ChatGPT responses to RTL.
Co je Alem - ChatGPT RTL Extension?
Alem - ChatGPT RTL Extension je rozšíření Chrome vyvinuté a.zareshahi1377, a jeho hlavní funkcí je „Changes the direction of ChatGPT responses to RTL.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Alem - ChatGPT RTL Extension
Stáhněte si soubory rozšíření Alem - ChatGPT RTL Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
with this extension you can see ChatGPT RTL answers correctly Základní Informace o Rozšíření
| Název | |
| ID | djlffendllcenogpogdcoljdpodlnhah |
| Oficiální URL | https://chromewebstore.google.com/detail/alem-chatgpt-rtl-extensio/djlffendllcenogpogdcoljdpodlnhah |
| Popis | Changes the direction of ChatGPT responses to RTL. |
| Velikost souboru | 17.41 KB |
| Počet instalací | 670 |
| Aktuální Verze | 1.2 |
| Poslední Aktualizace | 2023-03-29 |
| Datum Vydání | 2023-03-29 |
| Hodnocení | 5.00/5 Celkem 3 Hodnocení |
| Vývojář | a.zareshahi1377 |
| [email protected] | |
| Typ Platby | free |
| Podporované Jazyky | 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"
}
} | |