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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}