Prompt Library Manager

A simple extension to manage a library of text prompts

Prompt Library Managerคืออะไร?

Prompt Library Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://inapp.center และคุณลักษณะหลักของมันคือ "A simple extension to manage a library of text prompts"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Prompt Library Manager

ดาวน์โหลดไฟล์ส่วนขยาย Prompt Library Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Introducing the Prompt Library Manager – the ultimate tool for anyone who needs to manage a library of text prompts! Whether you're a writer, a blogger, or just someone who frequently uses templates and standard responses, this simple Chrome extension will make your life a whole lot easier.

With the Prompt Library Manager, you can easily store, organize, and access all of your favorite text prompts in one convenient location. No more digging through old emails or searching through countless files – now you can have all of your go-to responses right at your fingertips.

The extension is incredibly easy to use. Simply add your prompts to the library, categorize them however you like, and then access them whenever you need them. You can even customize the interface to fit your personal style and preferences.

Plus, the Prompt Library Manager works seamlessly with Midjourney AI tool, allowing you to easily generate content based on your saved prompts. The integration is designed to streamline your workflow and boost your productivity, making it easier than ever to create high-quality content in less time.

And, of course, the Prompt Library Manager is also designed to work seamlessly with all of your favorite productivity tools, including Google Docs, Gmail, and more. So no matter where you're working, you'll always have your favorite prompts right there with you.

Say goodbye to disorganized files and endless searching – try the Prompt Library Manager today and take control of your text prompts!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Prompt Library Manager Prompt Library Manager
ID ekjokgphmodglpfneiallnaefcoegdnc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/prompt-library-manager/ekjokgphmodglpfneiallnaefcoegdnc
คำอธิบาย A simple extension to manage a library of text prompts
ขนาดไฟล์ 37.41 KB
จำนวนการติดตั้ง 65
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2023-05-11
วันที่เผยแพร่ 2023-05-09
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://inapp.center
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Prompt Library Manager",
    "version": "1.1",
    "description": "A simple extension to manage a library of text prompts",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon-16.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        }
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}