ChatGPT Prompts

Add presets to openai's ChatGPT

ChatGPT Promptsคืออะไร?

ChatGPT Prompts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย adnankhankhattak2382 และคุณลักษณะหลักของมันคือ "Add presets to openai's ChatGPT"

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

screenshot

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

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

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

                        Sometimes user want to search specific prompts on Chat GPT but each time the user reloads the web page, he/she has to retype the prompt again which is way time consuming.

In order to solve this problem, we present you this solution in which you do not have to worry about retyping presets for Chat GPT again and again.

Using this extension is way simple and straightforward, first you have to type something in the text area of the Chat GPT or the prompt that you want to save, then, click on "Add Preset" and enter title for the preset and then click anywhere on the screen; the preset will be added to your Chat GPT which you can simply use by clicking on the preset and the text will be copied to the Text Area of the Chat GPT.                    

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

ชื่อ ChatGPT Prompts ChatGPT Prompts
ID nlpmnipkgionhbejmjgomfgahndllppi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chatgpt-prompts/nlpmnipkgionhbejmjgomfgahndllppi
คำอธิบาย Add presets to openai's ChatGPT
ขนาดไฟล์ 257 KB
จำนวนการติดตั้ง 309
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2023-05-02
วันที่เผยแพร่ 2023-03-28
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา adnankhankhattak2382
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Prompts",
    "version": "1.0.4",
    "description": "Add presets to openai's ChatGPT",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_title": "ChatGPT Prompts",
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "css\/styles.css"
            ],
            "matches": [
                "*:\/\/chat.openai.com\/*"
            ]
        }
    ]
}