Claude RTL

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

Qu'est-ce que Claude RTL ?

Claude RTL est une extension Chrome développée par https://gil-hanan.com, et sa fonction principale est "Claude auto right-to-left alignments. Supports Arabic, Persian, Hebrew, and more.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Claude RTL

Téléchargez les fichiers d'extension Claude RTL au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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! 🙏                    

Informations de Base sur l'Extension

Nom Claude RTL Claude RTL
ID bogboalkhfnponhdoflinneddblhdfma
URL Officiel https://chromewebstore.google.com/detail/claude-rtl/bogboalkhfnponhdoflinneddblhdfma
Description Claude auto right-to-left alignments. Supports Arabic, Persian, Hebrew, and more.
Taille du Fichier 66.45 KB
Nombre d'Installations 106
Version Actuelle 1.2
Dernière Mise à Jour 2023-11-28
Date de Publication 2023-11-04
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://gil-hanan.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://gil-hanan.com/projects/claude-rtl
URL de la Page d'Aide https://github.com/gilhanan/claude-rtl/issues
Langues Prises en Charge 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"
    }
}