Claude RTL

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

Claude RTL क्या है?

Claude RTL https://gil-hanan.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Claude auto right-to-left alignments. Supports Arabic, Persian, Hebrew, and more."।

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

screenshot
screenshot

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

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

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

                        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 Claude discussion.
3. Enjoy chatting with RTL support!

Thank you! 🙏                    

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

नाम Claude RTL Claude RTL
ID bogboalkhfnponhdoflinneddblhdfma
आधिकारिक URL https://chromewebstore.google.com/detail/claude-rtl/bogboalkhfnponhdoflinneddblhdfma
विवरण Claude auto right-to-left alignments. Supports Arabic, Persian, Hebrew, and more.
फ़ाइल का आकार 66.45 KB
स्थापना संख्या 106
वर्तमान संस्करण 1.2
अंतिम अपडेट 2023-11-28
प्रकाशन तिथि 2023-11-04
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://gil-hanan.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://gil-hanan.com/projects/claude-rtl
सहायता पृष्ठ URL https://github.com/gilhanan/claude-rtl/issues
समर्थित भाषाएँ en,iw,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Claude RTL",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "manifest_version": 3,
    "version": "1.2",
    "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:\/\/claude.ai\/*"
            ],
            "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"
    }
}