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 | 
| 官方網址 | 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 | 
| 電子郵箱 | [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"
    }
}  |  |