prompt-enhancer-utility

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

Apa itu prompt-enhancer-utility?

prompt-enhancer-utility adalah ekstensi Chrome yang dikembangkan oleh Gabriel Lopez, dan fitur utamanya adalah "This uses Gpt3 to complete 2 flows. Ask questions then rewrite prompt and provide feedback then grade.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi prompt-enhancer-utility

Unduh file ekstensi prompt-enhancer-utility dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama prompt-enhancer-utility prompt-enhancer-utility
ID paeabaeflblfeokdlnemjklehflnnolm
URL Resmi https://chromewebstore.google.com/detail/prompt-enhancer-utility/paeabaeflblfeokdlnemjklehflnnolm
Deskripsi This uses Gpt3 to complete 2 flows. Ask questions then rewrite prompt and provide feedback then grade.
Ukuran File 158 KB
Jumlah Instalasi 38
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2023-02-07
Tanggal Publikasi 2023-02-06
Pengembang Gabriel Lopez
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://prompt-enhancer-utility-privacy-policy.s3-website-us-west-1.amazonaws.com/
URL Halaman Bantuan http://prompt-enhancer-utility-privacy-policy.s3-website-us-west-1.amazonaws.com/
URL Halaman Kebijakan Privasi http://socrates-privacy-policy-online.s3-website-us-west-1.amazonaws.com
Bahasa yang Didukung 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": []
        }
    ]
}