AI Prompt Log

Create, save, and manage a library of prompts

AI Prompt Logคืออะไร?

AI Prompt Log เป็นส่วนขยายของ Chrome ที่พัฒนาโดย andywoodhq และคุณลักษณะหลักของมันคือ "Create, save, and manage a library of prompts"

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

screenshot
screenshot

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

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

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

                        Prompt Log Google Chrome Extension. Build your own personal A.I. prompt library!

★ Scrollable, Filterable, and Searchable list of your prompts.
★ Add, Edit, or delete your own prompts.
★ Add, Edit, or delete your own categories.
★ Copy to clipboard for quick paste into Bard, Bing, ChatGPT, Midjourney, etc.
★ Export entire library to csv file.
★ Bulk Import from csv file.                    

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

ชื่อ AI Prompt Log AI Prompt Log
ID kikagfjhbfjnbdhfibcledcojlfcnnin
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ai-prompt-log/kikagfjhbfjnbdhfibcledcojlfcnnin
คำอธิบาย Create, save, and manage a library of prompts
ขนาดไฟล์ 24.44 KB
จำนวนการติดตั้ง 148
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2023-05-21
วันที่เผยแพร่ 2023-05-20
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา andywoodhq
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://prompthackers.ai
URL หน้าช่วยเหลือ https://prompthackers.ai
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AI Prompt Log",
    "version": "2.1",
    "description": "Create, save, and manage a library of prompts",
    "icons": {
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png"
    },
    "action": {
        "default_icon": "icons\/icon-48.png",
        "default_popup": "popup.html",
        "default_title": "Prompt Log"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "help.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}