prompt-enhancer-utility

This uses Gpt3 to complete 2 flows. Ask questions then rewrite prompt and provide feedback then grade.

ما هو prompt-enhancer-utility؟

prompt-enhancer-utility هو إضافة Chrome تم تطويرها بواسطة Gabriel Lopez، والميزة الرئيسية لها هي "This uses Gpt3 to complete 2 flows. Ask questions then rewrite prompt and provide feedback then grade.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة prompt-enhancer-utility

قم بتنزيل ملفات الامتداد prompt-enhancer-utility بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        The goal of this application is to provide a place for users of services like ChatGPT or Dalle to improve the quality of their prompts. These types of services are only as good as what is being asked of them hence why I think it is essential to find ways to improve how we interact with these services. This is achieved using 2 flows:  asking questions then rewriting the prompt and providing feedback then grade.                    

معلومات أساسية عن التمديد

الاسم prompt-enhancer-utility prompt-enhancer-utility
ID paeabaeflblfeokdlnemjklehflnnolm
عنوان URL الرسمي https://chromewebstore.google.com/detail/prompt-enhancer-utility/paeabaeflblfeokdlnemjklehflnnolm
الوصف This uses Gpt3 to complete 2 flows. Ask questions then rewrite prompt and provide feedback then grade.
حجم الملف 158 KB
عدد التثبيتات 38
النسخة الحالية 1.0.0
آخر تحديث 2023-02-07
تاريخ النشر 2023-02-06
المطور Gabriel Lopez
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://prompt-enhancer-utility-privacy-policy.s3-website-us-west-1.amazonaws.com/
عنوان صفحة المساعدة http://prompt-enhancer-utility-privacy-policy.s3-website-us-west-1.amazonaws.com/
عنوان صفحة سياسة الخصوصية http://socrates-privacy-policy-online.s3-website-us-west-1.amazonaws.com
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "This uses Gpt3 to complete 2 flows. Ask questions then rewrite prompt and provide feedback then grade.",
    "version": "1.0.0",
    "manifest_version": 3,
    "name": "prompt-enhancer-utility",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "favicon-32.png"
    },
    "icons": {
        "128": "favicon-128.png"
    },
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "favicon-32.png"
            ],
            "matches": []
        }
    ]
}