ChatGPT プロンプト自動入力

ワンタッチでChatGPTにプロンプトを追加できます。回答が途中で途切れた場合「続けて」などと入力してください。

What is ChatGPT プロンプト自動入力?

ChatGPT プロンプト自動入力 is a Chrome extension developed by ちゅーりん, and its main feature is "ワンタッチでChatGPTにプロンプトを追加できます。回答が途中で途切れた場合「続けて」などと入力してください。".

Extension Screenshots

screenshot

Download ChatGPT プロンプト自動入力 Extension CRX File

Download ChatGPT プロンプト自動入力 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ワンタッチでChatGPTにプロンプトを追加できます。(最初の入力のみ対応)
回答が途中で途切れた場合、「続けて」などと入力してください。

初期は
1. ノベルゲーム
2. 異世界RPG
3. ゴールシーク(高精度な質問)
を使用可能。

コードも公開しているので、ダウンロードして自分用のお気に入りプロンプトを登録してください。

公開コード:https://github.com/churin1116/230321_input_gpt

〈引用元〉
1. 『画像付きのノベルゲームを遊べるプロンプトを作ったら臨場感が溢れすぎた話』(ちゅーりん(@churin991116))https://note.com/churin_1116/n/n1e3697c9db7f
2. 『ChatGPT4 本格RPG「チャット転生 〜 死んだはずの幼馴染が異世界で勇者になっていた件」(体験版)』(深津 貴之さん(@fladdict))https://note.com/fladdict/n/n2a82d26f10dc
3. 『GPT-4使ってみた』(shi3zさん(@shi3z))https://note.com/shi3zblog/n/n659a427892ef(プロンプト自体の作成者はシュンスケさん(@HaveShun))                    

Extension Basic Information

Name ChatGPT プロンプト自動入力 ChatGPT プロンプト自動入力
ID naohdigceapfnlaaogobifknnpnpochn
Official URL https://chromewebstore.google.com/detail/chatgpt-%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E8%87%AA%E5%8B%95%E5%85%A5%E5%8A%9B/naohdigceapfnlaaogobifknnpnpochn
Description ワンタッチでChatGPTにプロンプトを追加できます。回答が途中で途切れた場合「続けて」などと入力してください。
File Size 32.24 KB
Installation Count 103
Current Version 1.1
Last Updated 2023-04-04
Publish Date 2023-03-23
Developer ちゅーりん
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT \u30d7\u30ed\u30f3\u30d7\u30c8\u81ea\u52d5\u5165\u529b",
    "version": "1.1",
    "description": "\u30ef\u30f3\u30bf\u30c3\u30c1\u3067ChatGPT\u306b\u30d7\u30ed\u30f3\u30d7\u30c8\u3092\u8ffd\u52a0\u3067\u304d\u307e\u3059\u3002\u56de\u7b54\u304c\u9014\u4e2d\u3067\u9014\u5207\u308c\u305f\u5834\u5408\u300c\u7d9a\u3051\u3066\u300d\u306a\u3069\u3068\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": ".\/neko_16x16.png",
            "32": ".\/neko_32x32.png",
            "48": ".\/neko_48x48.png",
            "128": ".\/neko_128x128.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": ".\/neko_16x16.png",
        "32": ".\/neko_32x32.png",
        "48": ".\/neko_48x48.png",
        "128": ".\/neko_128x128.png"
    }
}