prompt-enhancer-utility

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

prompt-enhancer-utility là gì?

prompt-enhancer-utility là một tiện ích mở rộng Chrome được phát triển bởi Gabriel Lopez, và tính năng chính của nó là "This uses Gpt3 to complete 2 flows. Ask questions then rewrite prompt and provide feedback then grade.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng prompt-enhancer-utility

Tải xuống các tệp mở rộng prompt-enhancer-utility dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên prompt-enhancer-utility prompt-enhancer-utility
ID paeabaeflblfeokdlnemjklehflnnolm
URL Chính Thức https://chromewebstore.google.com/detail/prompt-enhancer-utility/paeabaeflblfeokdlnemjklehflnnolm
Mô tả This uses Gpt3 to complete 2 flows. Ask questions then rewrite prompt and provide feedback then grade.
Kích Thước Tệp 158 KB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-02-07
Ngày Phát Hành 2023-02-06
Nhà Phát Triển Gabriel Lopez
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://prompt-enhancer-utility-privacy-policy.s3-website-us-west-1.amazonaws.com/
URL Trang Trợ Giúp http://prompt-enhancer-utility-privacy-policy.s3-website-us-west-1.amazonaws.com/
URL Trang Chính Sách Bảo Mật http://socrates-privacy-policy-online.s3-website-us-west-1.amazonaws.com
Ngôn Ngữ Được Hỗ Trợ 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": []
        }
    ]
}