LTR TO RTL for ChatGPT

Through this extension it will be possible to read in languages from right to left such as Hebrew and Arabic.

LTR TO RTL for ChatGPTとは何ですか?

LTR TO RTL for ChatGPTはshalomlによって開発されたChromeの拡張機能で、その主な機能は「Through this extension it will be possible to read in languages from right to left such as Hebrew and Arabic.」です。

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

screenshot

LTR TO RTL for ChatGPT拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Through this extension it will be possible to read in languages from right to left such as Hebrew and Arabic.                    

拡張機能の基本情報

名前 LTR TO RTL for ChatGPT LTR TO RTL for ChatGPT
ID pcnpnpaipomdildpaehlnmlbiiaagdid
公式URL https://chromewebstore.google.com/detail/ltr-to-rtl-for-chatgpt/pcnpnpaipomdildpaehlnmlbiiaagdid
説明 Through this extension it will be possible to read in languages from right to left such as Hebrew and Arabic.
ファイルサイズ 28.31 KB
インストール数 564
現在のバージョン 1.0
最終更新日 2023-04-25
公開日 2023-04-25
評価 5.00/5 合計 4 レビュー
開発者 shaloml
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LTR TO RTL for ChatGPT",
    "description": "Through this extension it will be possible to read in languages from right to left such as Hebrew and Arabic.",
    "version": "1.0",
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}