PromptSave: Discover, Save & Share Prompts

Beautifully save your Chat GPT, mid-journey, Bing, or any other AI prompts you use & easily within your reach.

¿Qué es PromptSave: Discover, Save & Share Prompts?

PromptSave: Discover, Save & Share Prompts es una extensión de Chrome desarrollada por PromptSave, y su función principal es "Beautifully save your Chat GPT, mid-journey, Bing, or any other AI prompts you use & easily within your reach.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión PromptSave: Discover, Save & Share Prompts

Descarga archivos de extensión PromptSave: Discover, Save & Share Prompts en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Beautifully save your Chat GPT, Mid-Journey, Stable Diffusion, or any other AI prompts you use. Right click and save anywhere on the internet to add a prompt to a folder. 
Create reusable templates with variables and organize them with folders, colors, and icons to make them easily accessible. The best part is that it's compatible with all AI tools, making it a one-stop solution for all your AI workflow needs. Whether you're a digital artist, copywriter, or productivity hacker, our extention will revolutionize your AI workflow, helping you keep your most-used prompts safe, organized, and looking great!

★ Key Features ★

✅ Discover What's Trending
✅ Right Click & Save A Prompt Anywhere On The Internet
✅ Create reusable prompts
✅ Organize with folders, colors, & icons
✅ Works with all AI tools 

**Coming Soon**

Share your prompts with your team or audience using public links
Prompt Library                    

Información Básica de la Extensión

Nombre PromptSave: Discover, Save & Share Prompts PromptSave: Discover, Save & Share Prompts
ID mbbhffbdlapeegichaomhameclefjlie
URL Oficial https://chromewebstore.google.com/detail/promptsave-discover-save/mbbhffbdlapeegichaomhameclefjlie
Descripción Beautifully save your Chat GPT, mid-journey, Bing, or any other AI prompts you use & easily within your reach.
Tamaño del Archivo 588 KB
Cantidad de Instalaciones 240
Versión Actual 1.0.0
Última Actualización 2023-04-04
Fecha de Publicación 2023-03-21
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador PromptSave
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://promptsave.io
URL de la Página de Ayuda https://promptsave.io
URL de la Página de Política de Privacidad https://promptsave.typedream.app/privacy-policy
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PromptSave: Discover, Save & Share Prompts",
    "version": "1.0.0",
    "description": "Beautifully save your Chat GPT, mid-journey, Bing, or any other AI prompts you use & easily within your reach.",
    "manifest_version": 3,
    "author": "PromptSave",
    "action": {
        "default_popup": "index.html",
        "default_title": "PromptSave"
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "icon-16.png",
                "icon-48.png",
                "icon-128.png"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}