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.

What is LTR TO RTL for ChatGPT?

LTR TO RTL for ChatGPT is a Chrome extension developed by shaloml, and its main feature is "Through this extension it will be possible to read in languages from right to left such as Hebrew and Arabic.".

Extension Screenshots

screenshot

Download LTR TO RTL for ChatGPT Extension CRX File

Download LTR TO RTL for ChatGPT extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name LTR TO RTL for ChatGPT LTR TO RTL for ChatGPT
ID pcnpnpaipomdildpaehlnmlbiiaagdid
Official URL https://chromewebstore.google.com/detail/ltr-to-rtl-for-chatgpt/pcnpnpaipomdildpaehlnmlbiiaagdid
Description Through this extension it will be possible to read in languages from right to left such as Hebrew and Arabic.
File Size 28.31 KB
Installation Count 564
Current Version 1.0
Last Updated 2023-04-25
Publish Date 2023-04-25
Rating 5.00/5 Total 4 Ratings
Developer shaloml
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}