Shortcuts for ChatGPT

Master ChatGPT with /shortcuts

什麼是Shortcuts for ChatGPT?

Shortcuts for ChatGPT是由Dreampunk開發的Chrome擴展程式,該擴展的主要功能是“Master ChatGPT with /shortcuts”。

擴展截圖

screenshot
screenshot
screenshot

下載Shortcuts for ChatGPT擴展crx文件

下載Shortcuts for ChatGPT擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Unlock your creativity with ChatGPT's real-time, high-quality prompts!

Shortcuts help you generate the perfect prompt based on the slash command you enter. For example, by typing '/poet' followed by a space, ChatGPT will provide a prompt that unleashes your inner poet.

When the extension detects a slash command, it sends it to ChatGPT internally to produce an ideal prompt based on the command in real-time. So the number of possible shortcuts that you can generate is infinite.

All you need is an API Key from OpenAI's platform (https://platform.openai.com/account/api-keys) and a valid payment method (https://platform.openai.com/account/billing/payment-methods).

We understand that privacy is important to you, which is why our extension does not collect any of your data. Your API key is also securely stored in your browser.

Feeling stuck? Need some inspiration? Use this prompt in ChatGPT to check examples of shortcuts that you can use with this extension:

Create a markdown table that showcases 30 different roles for ChatGPT, including their descriptions. Simply connect the words in column 1 with hyphens and add a slash at the beginning.                    

擴展基本資訊

名稱 Shortcuts for ChatGPT Shortcuts for ChatGPT
ID eceffheamddippnjomjjjchmnampnpoj
官方網址 https://chromewebstore.google.com/detail/shortcuts-for-chatgpt/eceffheamddippnjomjjjchmnampnpoj
簡介 Master ChatGPT with /shortcuts
檔案大小 13.01 KB
安裝次數 726
目前版本 1.2
更新時間 2023-04-29
上架時間 2023-03-27
評分 4.67/5 共 9 次評分
開發者 Dreampunk
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://dataplay.cl/timeless-youtube
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Shortcuts for ChatGPT",
    "description": "Master ChatGPT with \/shortcuts",
    "version": "1.2",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "icon128.png"
        }
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}