AI Prompt Log

Create, save, and manage a library of prompts

AI Prompt Logとは何ですか?

AI Prompt Logはandywoodhqによって開発されたChromeの拡張機能で、その主な機能は「Create, save, and manage a library of prompts」です。

拡張機能のスクリーンショット

screenshot
screenshot

AI Prompt Log拡張機能のCRXファイルをダウンロード

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
Eメール [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": [
                ""
            ]
        }
    ]
}