AI Prompt Log

Create, save, and manage a library of prompts

What is AI Prompt Log?

AI Prompt Log is a Chrome extension developed by andywoodhq, and its main feature is "Create, save, and manage a library of prompts".

Extension Screenshots

screenshot
screenshot

Download AI Prompt Log Extension CRX File

Download AI Prompt Log extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name AI Prompt Log AI Prompt Log
ID kikagfjhbfjnbdhfibcledcojlfcnnin
Official URL https://chromewebstore.google.com/detail/ai-prompt-log/kikagfjhbfjnbdhfibcledcojlfcnnin
Description Create, save, and manage a library of prompts
File Size 24.44 KB
Installation Count 148
Current Version 2.1
Last Updated 2023-05-21
Publish Date 2023-05-20
Rating 4.00/5 Total 2 Ratings
Developer andywoodhq
Email [email protected]
Payment Type free
Extension Website https://prompthackers.ai
Help Page URL https://prompthackers.ai
Supported Languages 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": [
                ""
            ]
        }
    ]
}