ChatGPT Prompt Manager
Manage advanced ChatGPT prompts with multiple variables and quick search, simple export/import without any external dependency.
O que é ChatGPT Prompt Manager?
ChatGPT Prompt Manager é uma extensão do Chrome desenvolvida por Prince Kumar, e sua principal característica é "Manage advanced ChatGPT prompts with multiple variables and quick search, simple export/import without any external dependency.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ChatGPT Prompt Manager
Baixe arquivos de extensão ChatGPT Prompt Manager no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | ChatGPT Prompt Manager |
ID | bkochgefbhnhfmihbnoinkdkmbpfkgil |
URL Oficial | https://chromewebstore.google.com/detail/chatgpt-prompt-manager/bkochgefbhnhfmihbnoinkdkmbpfkgil |
Descrição | Manage advanced ChatGPT prompts with multiple variables and quick search, simple export/import without any external dependency. |
Tamanho do Arquivo | 16.28 KB |
Contagem de Instalações | 24 |
Versão Atual | 1.4.1 |
Última Atualização | 2023-11-07 |
Data de Publicação | 2023-04-26 |
Desenvolvedor | Prince Kumar |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |