ChatGPT Prompt Manager

Manage advanced ChatGPT prompts with multiple variables and quick search, simple export/import without any external dependency.

Hvad er ChatGPT Prompt Manager?

ChatGPT Prompt Manager er en Chrome-udvidelse udviklet af Prince Kumar, og dens hovedfunktion er "Manage advanced ChatGPT prompts with multiple variables and quick search, simple export/import without any external dependency.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download ChatGPT Prompt Manager-udvidelses-CRX-fil

Download ChatGPT Prompt Manager-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

                        A simple fast and lightweight extension to manage your ChatGPT prompts. It allows you to:
- Add any number of prompts (Edit or delete with breeze)
- Easily search among 1000s of prompts in instant.
- Add multiple variables in prompts, simply make any word all caps and wrap it in square bracket.
- Quick Export/Import prompts for easy sharing.

Other features
- No external dependency, everything happens on your device.
- Minimal UI with usability in focus.
- Works fine in Dark and Light mode both.

More coming soon.
- Ability to export individual prompts.
- A huge collection of prompts for inspiration with easy import.                    

Grundlæggende oplysninger om udvidelsen

Navn ChatGPT Prompt Manager ChatGPT Prompt Manager
ID bkochgefbhnhfmihbnoinkdkmbpfkgil
Officiel URL https://chromewebstore.google.com/detail/chatgpt-prompt-manager/bkochgefbhnhfmihbnoinkdkmbpfkgil
Beskrivelse Manage advanced ChatGPT prompts with multiple variables and quick search, simple export/import without any external dependency.
Filstørrelse 16.28 KB
Antal Installationer 24
Nuværende Version 1.4.1
Senest Opdateret 2023-11-07
Udgivelsesdato 2023-04-26
Udvikler Prince Kumar
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Prompt Manager",
    "version": "1.4.1",
    "description": "Manage advanced ChatGPT prompts with multiple variables and quick search, simple export\/import without any external dependency.",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "importexport.js",
                "modal.js",
                "promptGrid.js",
                "promptManager.js",
                "content.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}