Shortcuts for ChatGPT

Master ChatGPT with /shortcuts

Hvad er Shortcuts for ChatGPT?

Shortcuts for ChatGPT er en Chrome-udvidelse udviklet af Dreampunk, og dens hovedfunktion er "Master ChatGPT with /shortcuts".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Shortcuts for ChatGPT-udvidelses-CRX-fil

Download Shortcuts for ChatGPT-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Shortcuts for ChatGPT Shortcuts for ChatGPT
ID eceffheamddippnjomjjjchmnampnpoj
Officiel URL https://chromewebstore.google.com/detail/shortcuts-for-chatgpt/eceffheamddippnjomjjjchmnampnpoj
Beskrivelse Master ChatGPT with /shortcuts
Filstørrelse 13.01 KB
Antal Installationer 726
Nuværende Version 1.2
Senest Opdateret 2023-04-29
Udgivelsesdato 2023-03-27
Bedømmelse 4.67/5 Samlet 9 Bedømmelser
Udvikler Dreampunk
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://dataplay.cl/timeless-youtube
Understøttede Sprog 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"
            ]
        }
    ]
}