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.

Apa itu LTR TO RTL for ChatGPT?

LTR TO RTL for ChatGPT adalah ekstensi Chrome yang dikembangkan oleh shaloml, dan fitur utamanya adalah "Through this extension it will be possible to read in languages from right to left such as Hebrew and Arabic.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi LTR TO RTL for ChatGPT

Unduh file ekstensi LTR TO RTL for ChatGPT dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama LTR TO RTL for ChatGPT LTR TO RTL for ChatGPT
ID pcnpnpaipomdildpaehlnmlbiiaagdid
URL Resmi https://chromewebstore.google.com/detail/ltr-to-rtl-for-chatgpt/pcnpnpaipomdildpaehlnmlbiiaagdid
Deskripsi Through this extension it will be possible to read in languages from right to left such as Hebrew and Arabic.
Ukuran File 28.31 KB
Jumlah Instalasi 564
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-04-25
Tanggal Publikasi 2023-04-25
Penilaian 5.00/5 Total 4 Penilaian
Pengembang shaloml
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}