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": [
                ""
            ]
        }
    ]
}