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はGabriel Lopezによって開発されたChromeの拡張機能で、その主な機能は「This uses Gpt3 to complete 2 flows. Ask questions then rewrite prompt and provide feedback then grade.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

prompt-enhancer-utility拡張機能のCRXファイルをダウンロード

prompt-enhancer-utility拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://prompt-enhancer-utility-privacy-policy.s3-website-us-west-1.amazonaws.com/
ヘルプページのURL http://prompt-enhancer-utility-privacy-policy.s3-website-us-west-1.amazonaws.com/
プライバシーポリシーページのURL 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": []
        }
    ]
}