Alem - ChatGPT RTL Extension

Changes the direction of ChatGPT responses to RTL.

Alem - ChatGPT RTL Extensionとは何ですか?

Alem - ChatGPT RTL Extensionはa.zareshahi1377によって開発されたChromeの拡張機能で、その主な機能は「Changes the direction of ChatGPT responses to RTL.」です。

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

screenshot

Alem - ChatGPT RTL Extension拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        with this extension you can see ChatGPT RTL answers correctly                    

拡張機能の基本情報

名前 Alem - ChatGPT RTL Extension Alem - ChatGPT RTL Extension
ID djlffendllcenogpogdcoljdpodlnhah
公式URL https://chromewebstore.google.com/detail/alem-chatgpt-rtl-extensio/djlffendllcenogpogdcoljdpodlnhah
説明 Changes the direction of ChatGPT responses to RTL.
ファイルサイズ 17.41 KB
インストール数 670
現在のバージョン 1.2
最終更新日 2023-03-29
公開日 2023-03-29
評価 5.00/5 合計 3 レビュー
開発者 a.zareshahi1377
Eメール [email protected]
支払い方法 free
対応言語 fa
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Alem - ChatGPT RTL Extension",
    "version": "1.2",
    "description": "Changes the direction of ChatGPT responses to RTL.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "permissions": [
        "webRequest"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}