Chatgpt Prompt Helper

Chatgpt prompt, help you ask more efficiently

Chatgpt Prompt Helperคืออะไร?

Chatgpt Prompt Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://chatgptprompt.app และคุณลักษณะหลักของมันคือ "Chatgpt prompt, help you ask more efficiently"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chatgpt Prompt Helper

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

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

                        This Browser extension is going to prower chatGPT with awesome chatgpt prompt helper with other helpful features.

features
1. prompt managements(save/edit/delete)
2. prompt with built in libs
3. screenshot (support batch combine multiple conversions)

comming soon
1. cloud storage
2. prompt sharing & exploration
3. team collaboration                    

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

ชื่อ Chatgpt Prompt Helper Chatgpt Prompt Helper
ID hbndmagecjddiollpfbjcinbfnkgpcnk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chatgpt-prompt-helper/hbndmagecjddiollpfbjcinbfnkgpcnk
คำอธิบาย Chatgpt prompt, help you ask more efficiently
ขนาดไฟล์ 578 KB
จำนวนการติดตั้ง 1,192
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2023-11-08
วันที่เผยแพร่ 2023-01-23
คะแนน 4.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://chatgptprompt.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://chatgptprompt.app/
URL หน้าช่วยเหลือ https://chatgptprompt.app/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.0.5",
    "author": "cottome",
    "name": "Chatgpt Prompt Helper",
    "description": "Chatgpt prompt, help you ask more efficiently",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "BatchScreenshot.b3c9fe43.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "AutoComplete.6ec22ba2.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "SectionHandler.864b35a0.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "PromptManagement.339cd1eb.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/chat.openai.com\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "resources": [
                "BatchScreenshot.0504b8b9.png",
                "BatchScreenshot.900859fb.png",
                "BatchScreenshot.1ec896da.png",
                "BatchScreenshot.3645871c.png",
                "BatchScreenshot.0e720905.png",
                "BatchScreenshot.8ffceb85.css"
            ]
        },
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "resources": [
                "AutoComplete.d09ccbb0.css",
                "AutoComplete.b8653de4.css"
            ]
        },
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "resources": [
                "SectionHandler.513ae482.png",
                "SectionHandler.79b3606b.png",
                "SectionHandler.76d5208e.png",
                "BatchScreenshot.8ffceb85.css",
                "AutoComplete.d09ccbb0.css",
                "SectionHandler.3e96fdc0.css"
            ]
        },
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "resources": [
                "AutoComplete.d09ccbb0.css",
                "PromptManagement.1cbc410a.css",
                "PromptManagement.738f8e25.png",
                "SectionHandler.3e96fdc0.css"
            ]
        }
    ]
}