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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Power Prompt For ChatGPT & OpenAi
قم بتنزيل ملفات الامتداد Power Prompt For ChatGPT & OpenAi بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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 |
عنوان صفحة المساعدة | 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" } ] } |