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.

LTR TO RTL for ChatGPT क्या है?

LTR TO RTL for ChatGPT shaloml द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Through this extension it will be possible to read in languages from right to left such as Hebrew and Arabic."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में LTR TO RTL for ChatGPT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम LTR TO RTL for ChatGPT LTR TO RTL for ChatGPT
ID pcnpnpaipomdildpaehlnmlbiiaagdid
आधिकारिक URL https://chromewebstore.google.com/detail/ltr-to-rtl-for-chatgpt/pcnpnpaipomdildpaehlnmlbiiaagdid
विवरण Through this extension it will be possible to read in languages from right to left such as Hebrew and Arabic.
फ़ाइल का आकार 28.31 KB
स्थापना संख्या 564
वर्तमान संस्करण 1.0
अंतिम अपडेट 2023-04-25
प्रकाशन तिथि 2023-04-25
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर shaloml
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}