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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PromptSave และคุณลักษณะหลักของมันคือ "Beautifully save your Chat GPT, mid-journey, Bing, or any other AI prompts you use & easily within your reach."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PromptSave: Discover, Save & Share Prompts

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}