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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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": [
                ""
            ]
        }
    ]
}