ChatGPT Suffixes

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

ChatGPT Suffixesคืออะไร?

ChatGPT Suffixes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dara_tobi และคุณลักษณะหลักของมันคือ "Add and manage suffixes that will be appended to each of the questions that you ask ChatGPT."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChatGPT Suffixes

ดาวน์โหลดไฟล์ส่วนขยาย ChatGPT Suffixes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ChatGPT Suffixes ChatGPT Suffixes
ID oehgfocgldkopdjdkeikddcdkdechplm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chatgpt-suffixes/oehgfocgldkopdjdkeikddcdkdechplm
คำอธิบาย Add and manage suffixes that will be appended to each of the questions that you ask ChatGPT.
ขนาดไฟล์ 11.81 KB
จำนวนการติดตั้ง 57
เวอร์ชันปัจจุบัน 1.0.7
อัปเดตครั้งล่าสุด 2023-06-04
วันที่เผยแพร่ 2023-04-12
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา dara_tobi
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://twitter.com/dara_tobi
URL หน้าช่วยเหลือ https://twitter.com/dara_tobi
ภาษาที่รองรับ 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"
}