LTR TO RTL for ChatGPT

Through this extension it will be possible to read in languages from right to left such as Hebrew and Arabic.

Co to jest LTR TO RTL for ChatGPT?

LTR TO RTL for ChatGPT to rozszerzenie Chrome opracowane przez shaloml, a jego główną funkcją jest „Through this extension it will be possible to read in languages from right to left such as Hebrew and Arabic.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia LTR TO RTL for ChatGPT

Pobierz pliki rozszerzeń LTR TO RTL for ChatGPT 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

                        Through this extension it will be possible to read in languages from right to left such as Hebrew and Arabic.                    

Podstawowe informacje o rozszerzeniu

Nazwa LTR TO RTL for ChatGPT LTR TO RTL for ChatGPT
ID pcnpnpaipomdildpaehlnmlbiiaagdid
Oficjalny URL https://chromewebstore.google.com/detail/ltr-to-rtl-for-chatgpt/pcnpnpaipomdildpaehlnmlbiiaagdid
Opis Through this extension it will be possible to read in languages from right to left such as Hebrew and Arabic.
Rozmiar pliku 28.31 KB
Liczba instalacji 564
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-04-25
Data Publikacji 2023-04-25
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper shaloml
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LTR TO RTL for ChatGPT",
    "description": "Through this extension it will be possible to read in languages from right to left such as Hebrew and Arabic.",
    "version": "1.0",
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}