RTL: ChatGPT, Claude, ...

Toggle conversation alignment with a click: switch from left-to-right (LTR) to right-to-left (RTL) and back with another click.

RTL: ChatGPT, Claude, ... là gì?

RTL: ChatGPT, Claude, ... là một tiện ích mở rộng Chrome được phát triển bởi H4MID, và tính năng chính của nó là "Toggle conversation alignment with a click: switch from left-to-right (LTR) to right-to-left (RTL) and back with another click.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng RTL: ChatGPT, Claude, ... 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

                        Supported websites include:
▪️ chat.openai.com
▪️ claude.ai/chat
▪️ ...
If your desired website is not listed, feel free to make a suggestion.

With just one click, you can toggle your conversations between right-to-left and revert to the previous state using the same button. By installing this extension, you no longer need to concern yourself with the readability of texts.                    

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

Tên RTL: ChatGPT, Claude, ... RTL: ChatGPT, Claude, ...
ID cnhikhicflgjbfnllpmbbdpjcfmfnkii
URL Chính Thức https://chromewebstore.google.com/detail/rtl-chatgpt-claude/cnhikhicflgjbfnllpmbbdpjcfmfnkii
Mô tả Toggle conversation alignment with a click: switch from left-to-right (LTR) to right-to-left (RTL) and back with another click.
Kích Thước Tệp 67.31 KB
Số Lần Cài Đặt 393
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2023-12-01
Ngày Phát Hành 2023-08-01
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển H4MID
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,iw,fa,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "manifest_version": 3,
    "version": "2.0",
    "icons": {
        "16": "assets\/img\/16.png",
        "32": "assets\/img\/32.png",
        "48": "assets\/img\/48.png",
        "64": "assets\/img\/64.png",
        "80": "assets\/img\/80.png",
        "96": "assets\/img\/96.png",
        "112": "assets\/img\/112.png",
        "128": "assets\/img\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/chat.openai.com\/*"
            ],
            "js": [
                "assets\/js\/chatgpt.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/claude.ai\/*"
            ],
            "js": [
                "assets\/js\/claude.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}