Alem - ChatGPT RTL Extension

Changes the direction of ChatGPT responses to RTL.

Alem - ChatGPT RTL Extension là gì?

Alem - ChatGPT RTL Extension là một tiện ích mở rộng Chrome được phát triển bởi a.zareshahi1377, và tính năng chính của nó là "Changes the direction of ChatGPT responses to RTL.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Alem - ChatGPT RTL Extension

Tải xuống các tệp mở rộng Alem - ChatGPT RTL Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        with this extension you can see ChatGPT RTL answers correctly                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Alem - ChatGPT RTL Extension Alem - ChatGPT RTL Extension
ID djlffendllcenogpogdcoljdpodlnhah
URL Chính Thức https://chromewebstore.google.com/detail/alem-chatgpt-rtl-extensio/djlffendllcenogpogdcoljdpodlnhah
Mô tả Changes the direction of ChatGPT responses to RTL.
Kích Thước Tệp 17.41 KB
Số Lần Cài Đặt 670
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2023-03-29
Ngày Phát Hành 2023-03-29
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển a.zareshahi1377
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}