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.

Cos'è LTR TO RTL for ChatGPT?

LTR TO RTL for ChatGPT è un'estensione di Chrome sviluppata da shaloml, e la sua funzione principale è "Through this extension it will be possible to read in languages from right to left such as Hebrew and Arabic.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione LTR TO RTL for ChatGPT

Scarica i file di estensione LTR TO RTL for ChatGPT 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

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

Informazioni di Base sull'Estensione

Nome LTR TO RTL for ChatGPT LTR TO RTL for ChatGPT
ID pcnpnpaipomdildpaehlnmlbiiaagdid
URL Ufficiale https://chromewebstore.google.com/detail/ltr-to-rtl-for-chatgpt/pcnpnpaipomdildpaehlnmlbiiaagdid
Descrizione Through this extension it will be possible to read in languages from right to left such as Hebrew and Arabic.
Dimensione del File 28.31 KB
Conteggio Installazioni 564
Versione Corrente 1.0
Ultimo Aggiornamento 2023-04-25
Data di Pubblicazione 2023-04-25
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore shaloml
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}