Claude RTL

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

O que é Claude RTL?

Claude RTL é uma extensão do Chrome desenvolvida por https://gil-hanan.com, e sua principal característica é "Claude auto right-to-left alignments. Supports Arabic, Persian, Hebrew, and more.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Claude RTL

Baixe arquivos de extensão Claude RTL no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Claude RTL Claude RTL
ID bogboalkhfnponhdoflinneddblhdfma
URL Oficial https://chromewebstore.google.com/detail/claude-rtl/bogboalkhfnponhdoflinneddblhdfma
Descrição Claude auto right-to-left alignments. Supports Arabic, Persian, Hebrew, and more.
Tamanho do Arquivo 66.45 KB
Contagem de Instalações 106
Versão Atual 1.2
Última Atualização 2023-11-28
Data de Publicação 2023-11-04
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor https://gil-hanan.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://gil-hanan.com/projects/claude-rtl
URL da Página de Ajuda https://github.com/gilhanan/claude-rtl/issues
Idiomas Suportados 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"
    }
}