Alem - ChatGPT RTL Extension
Changes the direction of ChatGPT responses to RTL.
Co to jest Alem - ChatGPT RTL Extension?
Alem - ChatGPT RTL Extension to rozszerzenie Chrome opracowane przez a.zareshahi1377, a jego główną funkcją jest „Changes the direction of ChatGPT responses to RTL.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Alem - ChatGPT RTL Extension
Pobierz pliki rozszerzeń Alem - ChatGPT RTL Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
with this extension you can see ChatGPT RTL answers correctly
Podstawowe informacje o rozszerzeniu
Nazwa | Alem - ChatGPT RTL Extension |
ID | djlffendllcenogpogdcoljdpodlnhah |
Oficjalny URL | https://chromewebstore.google.com/detail/alem-chatgpt-rtl-extensio/djlffendllcenogpogdcoljdpodlnhah |
Opis | Changes the direction of ChatGPT responses to RTL. |
Rozmiar pliku | 17.41 KB |
Liczba instalacji | 670 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2023-03-29 |
Data Publikacji | 2023-03-29 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | a.zareshahi1377 |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |