ChatGPT Suffixes

Add and manage suffixes that will be appended to each of the questions that you ask ChatGPT.

ChatGPT Suffixes là gì?

ChatGPT Suffixes là một tiện ích mở rộng Chrome được phát triển bởi dara_tobi, và tính năng chính của nó là "Add and manage suffixes that will be appended to each of the questions that you ask ChatGPT.".

Ả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 ChatGPT Suffixes

Tải xuống các tệp mở rộng ChatGPT Suffixes 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

                        This extension lets you add suffixes that will be sent along with every one of the questions that you ask ChatGPT.                    

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

Tên ChatGPT Suffixes ChatGPT Suffixes
ID oehgfocgldkopdjdkeikddcdkdechplm
URL Chính Thức https://chromewebstore.google.com/detail/chatgpt-suffixes/oehgfocgldkopdjdkeikddcdkdechplm
Mô tả Add and manage suffixes that will be appended to each of the questions that you ask ChatGPT.
Kích Thước Tệp 11.81 KB
Số Lần Cài Đặt 57
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2023-06-04
Ngày Phát Hành 2023-04-12
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển dara_tobi
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://twitter.com/dara_tobi
URL Trang Trợ Giúp https://twitter.com/dara_tobi
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Dara Oladosu",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "description": "Add and manage suffixes that will be appended to each of the questions that you ask ChatGPT.",
    "icons": {
        "48": "chat-gpt-suffixes.png"
    },
    "manifest_version": 3,
    "name": "ChatGPT Suffixes",
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "short_name": "ChatGPT Suffixes",
    "version": "1.0.7"
}