ChatGPT RTL

ChatGPT auto right-to-left alignments. Supports Arabic, Persian, Hebrew, and more.

ChatGPT RTL là gì?

ChatGPT RTL là một tiện ích mở rộng Chrome được phát triển bởi https://gil-hanan.com, và tính năng chính của nó là "ChatGPT auto right-to-left alignments. Supports Arabic, Persian, Hebrew, and more.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ChatGPT RTL

Tải xuống các tệp mở rộng ChatGPT RTL dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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! 🙏                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ChatGPT RTL ChatGPT RTL
ID nabcbpmmefiigmjpopfciegmlgihkofd
URL Chính Thức https://chromewebstore.google.com/detail/chatgpt-rtl/nabcbpmmefiigmjpopfciegmlgihkofd
Mô tả ChatGPT auto right-to-left alignments. Supports Arabic, Persian, Hebrew, and more.
Kích Thước Tệp 66.79 KB
Số Lần Cài Đặt 2,713
Phiên Bản Hiện Tại 1.9
Cập Nhật Lần Cuối 2023-11-28
Ngày Phát Hành 2023-07-19
Đánh Giá 5.00/5 Tổng số 20 Đánh Giá
Nhà Phát Triển https://gil-hanan.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://gil-hanan.com/projects/chat-gpt-rtl
URL Trang Trợ Giúp https://github.com/gilhanan/chat-gpt-rtl/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}