ChatGPT RTL

ChatGPT auto right-to-left alignments. Supports Arabic, Persian, Hebrew, and more.

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

Το ChatGPT RTL είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://gil-hanan.com, και η κύρια λειτουργία του είναι "ChatGPT auto right-to-left alignments. Supports Arabic, Persian, Hebrew, and more.".

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

screenshot
screenshot

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

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

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

                        An open-source plugin that automatically identifies right-to-left paragraphs and adjusts and arranges the text in real-time.

⭐️ Features ⭐️
📝 Automatically identifies RTL paragraphs and adjusts the direction in real-time.
⚙️ User-friendly settings popup for configuring the enabling functionality.
🌍 Supports the following RTL languages: Arabic, Persian, Hebrew, and more.

💡 How to use 💡
1. Install this extension.
2. Open ChatGPT discussion.
3. Enjoy chatting with RTL support!

Thank you! 🙏                    

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

Όνομα ChatGPT RTL ChatGPT RTL
ID nabcbpmmefiigmjpopfciegmlgihkofd
Επίσημο URL https://chromewebstore.google.com/detail/chatgpt-rtl/nabcbpmmefiigmjpopfciegmlgihkofd
Περιγραφή ChatGPT auto right-to-left alignments. Supports Arabic, Persian, Hebrew, and more.
Μέγεθος Αρχείου 66.79 KB
Αριθμός Εγκαταστάσεων 2,713
Τρέχουσα Έκδοση 1.9
Τελευταία Ενημέρωση 2023-11-28
Ημερομηνία Δημοσίευσης 2023-07-19
Αξιολόγηση 5.00/5 Συνολικά 20 Αξιολογήσεις
Προγραμματιστής https://gil-hanan.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://gil-hanan.com/projects/chat-gpt-rtl
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/gilhanan/chat-gpt-rtl/issues
Υποστηριζόμενες Γλώσσες en,iw,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChatGPT RTL",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "manifest_version": 3,
    "version": "1.9",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "css": [
                "content\/content.css"
            ],
            "js": [
                "content\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}