AI Prompt Log

Create, save, and manage a library of prompts

Apa itu AI Prompt Log?

AI Prompt Log adalah ekstensi Chrome yang dikembangkan oleh andywoodhq, dan fitur utamanya adalah "Create, save, and manage a library of prompts".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi AI Prompt Log

Unduh file ekstensi AI Prompt Log dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama AI Prompt Log AI Prompt Log
ID kikagfjhbfjnbdhfibcledcojlfcnnin
URL Resmi https://chromewebstore.google.com/detail/ai-prompt-log/kikagfjhbfjnbdhfibcledcojlfcnnin
Deskripsi Create, save, and manage a library of prompts
Ukuran File 24.44 KB
Jumlah Instalasi 148
Versi Saat Ini 2.1
Terakhir Diperbarui 2023-05-21
Tanggal Publikasi 2023-05-20
Penilaian 4.00/5 Total 2 Penilaian
Pengembang andywoodhq
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://prompthackers.ai
URL Halaman Bantuan https://prompthackers.ai
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}