ChatGPT RTL
ChatGPT auto right-to-left alignments. Supports Arabic, Persian, Hebrew, and more.
ChatGPT RTLとは何ですか?
ChatGPT RTLはhttps://gil-hanan.comによって開発されたChromeの拡張機能で、その主な機能は「ChatGPT auto right-to-left alignments. Supports Arabic, Persian, Hebrew, and more.」です。
拡張機能のスクリーンショット
ChatGPT RTL拡張機能のCRXファイルをダウンロード
ChatGPT 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 ChatGPT discussion.
3. Enjoy chatting with RTL support!
Thank you! 🙏 拡張機能の基本情報
| 名前 | |
| ID | nabcbpmmefiigmjpopfciegmlgihkofd |
| 公式URL | https://chromewebstore.google.com/detail/chatgpt-rtl/nabcbpmmefiigmjpopfciegmlgihkofd |
| 説明 | ChatGPT auto right-to-left alignments. Supports Arabic, Persian, Hebrew, and more. |
| ファイルサイズ | 66.79 KB |
| インストール数 | 2,713 |
| 現在のバージョン | 1.9 |
| 最終更新日 | 2023-11-28 |
| 公開日 | 2023-07-19 |
| 評価 | 5.00/5 合計 20 レビュー |
| 開発者 | https://gil-hanan.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://gil-hanan.com/projects/chat-gpt-rtl |
| ヘルプページのURL | https://github.com/gilhanan/chat-gpt-rtl/issues |
| 対応言語 | en,iw,ar |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ChatGPT RTL",
"description": "__MSG_extensionDescription__",
"default_locale": "en",
"manifest_version": 3,
"version": "1.9",
"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:\/\/chat.openai.com\/*"
],
"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"
}
} | |