ChatGPT RTL Support
Have ChatGPT Support RTL languages
ChatGPT RTL Supportとは何ですか?
ChatGPT RTL SupportはAlon Sによって開発されたChromeの拡張機能で、その主な機能は「Have ChatGPT Support RTL languages」です。
拡張機能のスクリーンショット
ChatGPT RTL Support拡張機能のCRXファイルをダウンロード
ChatGPT RTL Support拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
ChatGPT RTL Support is a powerful Chrome extension designed to enhance the ChatGPT experience by enabling support for RTL (Right-to-Left) languages such as Hebrew and Arabic. Have you ever wanted to communicate with ChatGPT in your native RTL language, only to find that the text alignment and direction are not properly displayed? With ChatGPT RTL Support, you can now overcome this limitation and enjoy a seamless conversation experience. Key Features: RTL Text Formatting: This extension applies RTL text direction to the ChatGPT interface, ensuring that your RTL language text is displayed correctly and legibly. Enhanced Readability: By aligning the text correctly, ChatGPT RTL Support allows you to read and comprehend the conversation effortlessly, enabling a smooth flow of communication. List Formatting: The extension also adjusts list items, ensuring proper indentation and alignment for RTL languages, improving the overall readability of chat-based content. With ChatGPT RTL Support, you can effortlessly express yourself and communicate effectively in RTL languages within the ChatGPT environment. Whether you're conversing in Hebrew, Arabic, or any other RTL language, this extension will ensure that your text is accurately displayed and aligned for optimal communication.
拡張機能の基本情報
名前 | ChatGPT RTL Support |
ID | igfnpdinafnhaidnnkedokcabfgeknnn |
公式URL | https://chromewebstore.google.com/detail/chatgpt-rtl-support/igfnpdinafnhaidnnkedokcabfgeknnn |
説明 | Have ChatGPT Support RTL languages |
ファイルサイズ | 11.63 KB |
インストール数 | 4,610 |
現在のバージョン | 1.1 |
最終更新日 | 2023-11-20 |
公開日 | 2023-06-29 |
評価 | 4.33/5 合計 6 レビュー |
開発者 | Alon S |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChatGPT RTL Support", "version": "1.1", "description": "Have ChatGPT Support RTL languages", "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |