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
Eメール [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\/*"
            ]
        }
    ]
}