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 je LTR TO RTL for ChatGPT?

LTR TO RTL for ChatGPT je rozšíření Chrome vyvinuté shaloml, a jeho hlavní funkcí je „Through this extension it will be possible to read in languages from right to left such as Hebrew and Arabic.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření LTR TO RTL for ChatGPT

Stáhněte si soubory rozšíření LTR TO RTL for ChatGPT 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í

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

Základní Informace o Rozšíření

Název LTR TO RTL for ChatGPT LTR TO RTL for ChatGPT
ID pcnpnpaipomdildpaehlnmlbiiaagdid
Oficiální URL https://chromewebstore.google.com/detail/ltr-to-rtl-for-chatgpt/pcnpnpaipomdildpaehlnmlbiiaagdid
Popis Through this extension it will be possible to read in languages from right to left such as Hebrew and Arabic.
Velikost souboru 28.31 KB
Počet instalací 564
Aktuální Verze 1.0
Poslední Aktualizace 2023-04-25
Datum Vydání 2023-04-25
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář shaloml
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}