Prompt Manager

Never lose your prompts again! The easiest way to manage and re-use all your prompts and prompt templates for ChatGPT, Midjourney,…

什么是Prompt Manager?

Prompt Manager是由EarlyNode开发的Chrome扩展程序,该扩展的主要功能是“Never lose your prompts again! The easiest way to manage and re-use all your prompts and prompt templates for ChatGPT, Midjourney,…”。

扩展截图

screenshot
screenshot

下载Prompt Manager扩展crx文件

下载Prompt Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Never lose your prompts again!

The easiest way to manage and re-use all your prompts and prompt templates for ChatGPT, Midjourney, Dall-E, Notion AI or any other AI tool you use to be more productive at work.

With the Prompt-Manager.com Extension you can:

- Save prompts in 1-click from ChatGPT
- Copy & Paste prompts into any AI tool with a single click
- Sort prompts in folders
- Find your saved prompts in seconds with a powerful search                    

扩展基本信息

名称 Prompt Manager Prompt Manager
ID ngjapldfabekcmnkjikmpcdjlbnildom
官方URL https://chromewebstore.google.com/detail/prompt-manager/ngjapldfabekcmnkjikmpcdjlbnildom
简介 Never lose your prompts again! The easiest way to manage and re-use all your prompts and prompt templates for ChatGPT, Midjourney,…
文件大小 1.2 MB
安装次数 592
当前版本 0.0.5
更新时间 2023-06-22
上架时间 2023-04-26
评分 4.80/5 共10次评分
开发者 EarlyNode
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://earlynode.com/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Prompt Manager",
    "version": "0.0.5",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content.tsx-loader-fb0004d7.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "icons\/chatgpt.png",
                "icons\/icon128.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/home-helpers-2ede6f96.js",
                "assets\/get-url-8e9304b9.js",
                "assets\/content.tsx-edd90096.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_security_policy": [],
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "alarms"
    ],
    "commands": {
        "sample_command": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y"
            },
            "description": "Sample key command"
        }
    }
}