Power Prompt For ChatGPT & OpenAi

Power Prompt - Enhance ChatGPT interaction. Seamless conversations. Choose models, save templates, set temp, length & tokens.

Power Prompt For ChatGPT & OpenAiคืออะไร?

Power Prompt For ChatGPT & OpenAi เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rUv และคุณลักษณะหลักของมันคือ "Power Prompt - Enhance ChatGPT interaction. Seamless conversations. Choose models, save templates, set temp, length & tokens."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Power Prompt For ChatGPT & OpenAi

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

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

                        Power Prompt is a Chrome Extension for ChatGPT/OpenAi Power Users is a cutting-edge Chrome extension that takes your Ai interaction to the next level. With this extension, you can maximize the potential of the state-of-the-art language model and experience a seamless and efficient conversation. The Power Prompt v1 beta allows you to choose from different models, load and save prompt templates, set temperature and prompt length and tokens. 

Source code and instructions available at https://github.com/ruvnet/powerprompt                    

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

ชื่อ Power Prompt For ChatGPT & OpenAi Power Prompt For ChatGPT & OpenAi
ID jocjpakcmoifjpafpjbnghfafbicajcp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/power-prompt-for-chatgpt/jocjpakcmoifjpafpjbnghfafbicajcp
คำอธิบาย Power Prompt - Enhance ChatGPT interaction. Seamless conversations. Choose models, save templates, set temp, length & tokens.
ขนาดไฟล์ 875 KB
จำนวนการติดตั้ง 264
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-02-20
วันที่เผยแพร่ 2023-02-19
ผู้พัฒนา rUv
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://twitter.com/ruv
URL หน้าช่วยเหลือ https://twitter.com/ruv
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Power Prompt For ChatGPT & OpenAi",
    "version": "1.0",
    "manifest_version": 3,
    "description": "Power Prompt - Enhance ChatGPT interaction. Seamless conversations. Choose models, save templates, set temp, length & tokens.",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png",
        "1024": "icons\/1024.png"
    },
    "host_permissions": [
        "https:\/\/chat.openai.com\/"
    ],
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}