PromptSave: Discover, Save & Share Prompts

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

什么是PromptSave: Discover, Save & Share Prompts?

PromptSave: Discover, Save & Share Prompts是由PromptSave开发的Chrome扩展程序,该扩展的主要功能是“Beautifully save your Chat GPT, mid-journey, Bing, or any other AI prompts you use & easily within your reach.”。

扩展截图

screenshot
screenshot
screenshot

下载PromptSave: Discover, Save & Share Prompts扩展crx文件

下载PromptSave: Discover, Save & Share Prompts扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 PromptSave: Discover, Save & Share Prompts PromptSave: Discover, Save & Share Prompts
ID mbbhffbdlapeegichaomhameclefjlie
官方URL https://chromewebstore.google.com/detail/promptsave-discover-save/mbbhffbdlapeegichaomhameclefjlie
简介 Beautifully save your Chat GPT, mid-journey, Bing, or any other AI prompts you use & easily within your reach.
文件大小 588 KB
安装次数 240
当前版本 1.0.0
更新时间 2023-04-04
上架时间 2023-03-21
评分 5.00/5 共3次评分
开发者 PromptSave
电子邮箱 [email protected]
付费类型 free
扩展官网 https://promptsave.io
帮助页面URL https://promptsave.io
隐私政策页面URL https://promptsave.typedream.app/privacy-policy
支持的语言 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"
    }
}