ChatGPT RTL Support

Have ChatGPT Support RTL languages

ChatGPT RTL Support란 무엇입니까?

ChatGPT RTL Support은(는) Alon S에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Have ChatGPT Support RTL languages"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

ChatGPT RTL Support 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ChatGPT RTL Support is a powerful Chrome extension designed to enhance the ChatGPT experience by enabling support for RTL (Right-to-Left) languages such as Hebrew and Arabic.

Have you ever wanted to communicate with ChatGPT in your native RTL language, only to find that the text alignment and direction are not properly displayed? With ChatGPT RTL Support, you can now overcome this limitation and enjoy a seamless conversation experience.

Key Features:

RTL Text Formatting: This extension applies RTL text direction to the ChatGPT interface, ensuring that your RTL language text is displayed correctly and legibly.

Enhanced Readability: By aligning the text correctly, ChatGPT RTL Support allows you to read and comprehend the conversation effortlessly, enabling a smooth flow of communication.

List Formatting: The extension also adjusts list items, ensuring proper indentation and alignment for RTL languages, improving the overall readability of chat-based content.

With ChatGPT RTL Support, you can effortlessly express yourself and communicate effectively in RTL languages within the ChatGPT environment. Whether you're conversing in Hebrew, Arabic, or any other RTL language, this extension will ensure that your text is accurately displayed and aligned for optimal communication.                    

확장 프로그램 기본 정보

이름 ChatGPT RTL Support ChatGPT RTL Support
ID igfnpdinafnhaidnnkedokcabfgeknnn
공식 URL https://chromewebstore.google.com/detail/chatgpt-rtl-support/igfnpdinafnhaidnnkedokcabfgeknnn
설명 Have ChatGPT Support RTL languages
파일 크기 11.63 KB
설치 횟수 4,610
현재 버전 1.1
최근 업데이트 2023-11-20
출시 날짜 2023-06-29
평점 4.33/5 총 6 개의 평점
개발자 Alon S
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT RTL Support",
    "version": "1.1",
    "description": "Have ChatGPT Support RTL languages",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}