RtlGPT: 👈🤖

Aligns ChatGPT content right to left, if that content begins with letters on an RTL language like Arabic or Hebrew

RtlGPT: 👈🤖とは何ですか?

RtlGPT: 👈🤖はcoronasoltalによって開発されたChromeの拡張機能で、その主な機能は「Aligns ChatGPT content right to left, if that content begins with letters on an RTL language like Arabic or Hebrew」です。

拡張機能のスクリーンショット

screenshot

RtlGPT: 👈🤖拡張機能のCRXファイルをダウンロード

RtlGPT: 👈🤖拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Aligns ChatGPT content right to left, if that content begins with letters on an RTL language like Arabic or Hebrew                    

拡張機能の基本情報

名前 RtlGPT: 👈🤖 RtlGPT: 👈🤖
ID ohhinfpdaghodgjabohdeimcljopbgac
公式URL https://chromewebstore.google.com/detail/rtlgpt-%F0%9F%91%88%F0%9F%A4%96/ohhinfpdaghodgjabohdeimcljopbgac
説明 Aligns ChatGPT content right to left, if that content begins with letters on an RTL language like Arabic or Hebrew
ファイルサイズ 18.81 KB
インストール数 100
現在のバージョン 1.0
最終更新日 2023-05-02
公開日 2023-05-01
評価 5.00/5 合計 2 レビュー
開発者 coronasoltal
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "RtlGPT: \ud83d\udc48\ud83e\udd16",
    "version": "1.0",
    "description": "Aligns ChatGPT content right to left, if that content begins with letters on an RTL language like Arabic or Hebrew",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.chat.openai.com\/*",
                "*:\/\/*.chat.openai.com\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_idle"
        }
    ]
}