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
Eメール [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"
    }
}