Claude RTL
Claude auto right-to-left alignments. Supports Arabic, Persian, Hebrew, and more.
Claude RTLคืออะไร?
Claude RTL เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gil-hanan.com และคุณลักษณะหลักของมันคือ "Claude auto right-to-left alignments. Supports Arabic, Persian, Hebrew, and more."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Claude RTL
ดาวน์โหลดไฟล์ส่วนขยาย Claude 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 Claude discussion. 3. Enjoy chatting with RTL support! Thank you! 🙏
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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" } } |