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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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": [
                ""
            ]
        }
    ]
}