ChatGPT RTL Support

Have ChatGPT Support RTL languages

Τι είναι το ChatGPT RTL Support;

Το ChatGPT RTL Support είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Alon S, και η κύρια λειτουργία του είναι "Have ChatGPT Support RTL languages".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης ChatGPT RTL Support

Λήψη αρχείων επέκτασης ChatGPT RTL Support σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        ChatGPT RTL Support is a powerful Chrome extension designed to enhance the ChatGPT experience by enabling support for RTL (Right-to-Left) languages such as Hebrew and Arabic.

Have you ever wanted to communicate with ChatGPT in your native RTL language, only to find that the text alignment and direction are not properly displayed? With ChatGPT RTL Support, you can now overcome this limitation and enjoy a seamless conversation experience.

Key Features:

RTL Text Formatting: This extension applies RTL text direction to the ChatGPT interface, ensuring that your RTL language text is displayed correctly and legibly.

Enhanced Readability: By aligning the text correctly, ChatGPT RTL Support allows you to read and comprehend the conversation effortlessly, enabling a smooth flow of communication.

List Formatting: The extension also adjusts list items, ensuring proper indentation and alignment for RTL languages, improving the overall readability of chat-based content.

With ChatGPT RTL Support, you can effortlessly express yourself and communicate effectively in RTL languages within the ChatGPT environment. Whether you're conversing in Hebrew, Arabic, or any other RTL language, this extension will ensure that your text is accurately displayed and aligned for optimal communication.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ChatGPT RTL Support ChatGPT RTL Support
ID igfnpdinafnhaidnnkedokcabfgeknnn
Επίσημο URL https://chromewebstore.google.com/detail/chatgpt-rtl-support/igfnpdinafnhaidnnkedokcabfgeknnn
Περιγραφή Have ChatGPT Support RTL languages
Μέγεθος Αρχείου 11.63 KB
Αριθμός Εγκαταστάσεων 4,610
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2023-11-20
Ημερομηνία Δημοσίευσης 2023-06-29
Αξιολόγηση 4.33/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής Alon S
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT RTL Support",
    "version": "1.1",
    "description": "Have ChatGPT Support RTL languages",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}