ChatGPT Prompts

Add presets to openai's ChatGPT

什么是ChatGPT Prompts?

ChatGPT Prompts是由adnankhankhattak2382开发的Chrome扩展程序,该扩展的主要功能是“Add presets to openai's ChatGPT”。

扩展截图

screenshot

下载ChatGPT Prompts扩展crx文件

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

扩展使用说明

                        Sometimes user want to search specific prompts on Chat GPT but each time the user reloads the web page, he/she has to retype the prompt again which is way time consuming.

In order to solve this problem, we present you this solution in which you do not have to worry about retyping presets for Chat GPT again and again.

Using this extension is way simple and straightforward, first you have to type something in the text area of the Chat GPT or the prompt that you want to save, then, click on "Add Preset" and enter title for the preset and then click anywhere on the screen; the preset will be added to your Chat GPT which you can simply use by clicking on the preset and the text will be copied to the Text Area of the Chat GPT.                    

扩展基本信息

名称 ChatGPT Prompts ChatGPT Prompts
ID nlpmnipkgionhbejmjgomfgahndllppi
官方URL https://chromewebstore.google.com/detail/chatgpt-prompts/nlpmnipkgionhbejmjgomfgahndllppi
简介 Add presets to openai's ChatGPT
文件大小 257 KB
安装次数 309
当前版本 1.0.4
更新时间 2023-05-02
上架时间 2023-03-28
评分 4.00/5 共2次评分
开发者 adnankhankhattak2382
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Prompts",
    "version": "1.0.4",
    "description": "Add presets to openai's ChatGPT",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_title": "ChatGPT Prompts",
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "css\/styles.css"
            ],
            "matches": [
                "*:\/\/chat.openai.com\/*"
            ]
        }
    ]
}