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, ...?

RTL: ChatGPT, Claude, ...是由H4MID開發的Chrome擴展程式,該擴展的主要功能是“Toggle conversation alignment with a click: switch from left-to-right (LTR) to right-to-left (RTL) and back with another click.”。

擴展截圖

screenshot
screenshot
screenshot

下載RTL: ChatGPT, Claude, ...擴展crx文件

下載RTL: ChatGPT, Claude, ...擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 RTL: ChatGPT, Claude, ... RTL: ChatGPT, Claude, ...
ID cnhikhicflgjbfnllpmbbdpjcfmfnkii
官方網址 https://chromewebstore.google.com/detail/rtl-chatgpt-claude/cnhikhicflgjbfnllpmbbdpjcfmfnkii
簡介 Toggle conversation alignment with a click: switch from left-to-right (LTR) to right-to-left (RTL) and back with another click.
檔案大小 67.31 KB
安裝次數 393
目前版本 2.0
更新時間 2023-12-01
上架時間 2023-08-01
評分 5.00/5 共 8 次評分
開發者 H4MID
電子郵箱 [email protected]
付費類型 free
支援的語言 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": [
                ""
            ]
        }
    ]
}