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
电子邮箱 [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"
    }
}