PromptSnippet

Tired of typing the same prompt over and over again? Embrace the efficiency of PromptSnippet and optimize your usage of ChatGPT.

PromptSnippetとは何ですか?

PromptSnippetはoahehcによって開発されたChromeの拡張機能で、その主な機能は「Tired of typing the same prompt over and over again? Embrace the efficiency of PromptSnippet and optimize your usage of ChatGPT.」です。

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

screenshot
screenshot
screenshot

PromptSnippet拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        In ChatGPT, instead of typing out or copy-paste lengthy prompts, you can create abbreviations or insert additional buttons for your frequently used prompts.

⭐️ FEATURES ⭐️

👇 Insert custom buttons on ChatGPT UI

1. Adding a custom button in the settings.
2. Spot the button right beside the ChatGPT input field.
3. Simply click the button, then your frequently used prompt will be inserted to your message before submitting it to ChatGPT.

👇 Turn long prompt into abbreviation

1. Create an abbreviation for your frequently use prompts.
2. In ChatGPT's interface, input the designated abbreviation followed by a space.
3. Instantly get the desired prompt.


👇 Quickly save commonly used prompts
(Enable this feature in the settings first)

1. Hover over the prompt you want to reuse in the future.
2. A popup will appear next to the text
3. Input an abbreviation and click the "+" button
4. You can now use the abbreviation instead of typing the entire prompt repeatedly.


👇 Press "↑" to fill in previous input
(Enable this feature in the settings first)

If you want to edit your last message, simply hit the "↑" key and the message will automatically fill in.                    

拡張機能の基本情報

名前 PromptSnippet PromptSnippet
ID dfbijgoabmaphdbhcaednilmocjmillp
公式URL https://chromewebstore.google.com/detail/promptsnippet/dfbijgoabmaphdbhcaednilmocjmillp
説明 Tired of typing the same prompt over and over again? Embrace the efficiency of PromptSnippet and optimize your usage of ChatGPT.
ファイルサイズ 1.02 MB
インストール数 103
現在のバージョン 0.9.0
最終更新日 2024-02-29
公開日 2023-08-10
評価 5.00/5 合計 3 レビュー
開発者 oahehc
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://oahehc.notion.site/Privacy-Policy-PromptSnippet-3264e7940fdc4462b6ccf4215347706f
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "0.9.0",
    "author": "oahehc",
    "name": "PromptSnippet",
    "description": "Tired of typing the same prompt over and over again? Embrace the efficiency of PromptSnippet and optimize your usage of ChatGPT.",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "selectionPopup.63df2710.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "sidebar.524fe15c.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "snippet.ba8d0ddc.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "insertCustomBtns.15bf997e.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/chat.openai.com\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "resources": [
                "selectionPopup.260ed643.css",
                "selectionPopup.07aacad4.css"
            ]
        },
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "resources": [
                "sidebar.b18bf34d.css"
            ]
        },
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "resources": [
                "snippet.c0c15959.css"
            ]
        },
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "resources": [
                "insertCustomBtns.75f46e60.css"
            ]
        }
    ]
}