Claude RTL
Claude auto right-to-left alignments. Supports Arabic, Persian, Hebrew, and more.
Was ist Claude RTL?
Claude RTL ist eine Chrome-Erweiterung, die von https://gil-hanan.com entwickelt wurde, und ihr Hauptmerkmal ist "Claude auto right-to-left alignments. Supports Arabic, Persian, Hebrew, and more.".
Erweiterungsscreenshots
Claude RTL-Erweiterungs-CRX-Datei herunterladen
Laden Sie Claude RTL-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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! 🙏
Grundlegende Informationen zur Erweiterung
Name | Claude RTL |
ID | bogboalkhfnponhdoflinneddblhdfma |
Offizielle URL | https://chromewebstore.google.com/detail/claude-rtl/bogboalkhfnponhdoflinneddblhdfma |
Beschreibung | Claude auto right-to-left alignments. Supports Arabic, Persian, Hebrew, and more. |
Dateigröße | 66.45 KB |
Installationsanzahl | 106 |
Aktuelle Version | 1.2 |
Letztes Update | 2023-11-28 |
Veröffentlichungsdatum | 2023-11-04 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | https://gil-hanan.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://gil-hanan.com/projects/claude-rtl |
Hilfeseite URL | https://github.com/gilhanan/claude-rtl/issues |
Unterstützte Sprachen | 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" } } |