Claude RTL
Claude auto right-to-left alignments. Supports Arabic, Persian, Hebrew, and more.
什么是Claude RTL?
Claude RTL是由https://gil-hanan.com开发的Chrome扩展程序,该扩展的主要功能是“Claude auto right-to-left alignments. Supports Arabic, Persian, Hebrew, and more.”。
扩展截图
下载Claude RTL扩展crx文件
下载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" } } |