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是由rUv开发的Chrome扩展程序,该扩展的主要功能是“Power Prompt - Enhance ChatGPT interaction. Seamless conversations. Choose models, save templates, set temp, length & tokens.”。

扩展截图

screenshot

下载Power Prompt For ChatGPT & OpenAi扩展crx文件

下载Power Prompt For ChatGPT & OpenAi扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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
帮助页面URL 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"
        }
    ]
}