ChatGPT Prompt Manager
Manage advanced ChatGPT prompts with multiple variables and quick search, simple export/import without any external dependency.
什么是ChatGPT Prompt Manager?
ChatGPT Prompt Manager是由Prince Kumar开发的Chrome扩展程序,该扩展的主要功能是“Manage advanced ChatGPT prompts with multiple variables and quick search, simple export/import without any external dependency.”。
扩展截图
下载ChatGPT Prompt Manager扩展crx文件
下载ChatGPT Prompt Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A simple fast and lightweight extension to manage your ChatGPT prompts. It allows you to:
- Add any number of prompts (Edit or delete with breeze)
- Easily search among 1000s of prompts in instant.
- Add multiple variables in prompts, simply make any word all caps and wrap it in square bracket.
- Quick Export/Import prompts for easy sharing.
Other features
- No external dependency, everything happens on your device.
- Minimal UI with usability in focus.
- Works fine in Dark and Light mode both.
More coming soon.
- Ability to export individual prompts.
- A huge collection of prompts for inspiration with easy import. 扩展基本信息
| 名称 | |
| ID | bkochgefbhnhfmihbnoinkdkmbpfkgil |
| 官方URL | https://chromewebstore.google.com/detail/chatgpt-prompt-manager/bkochgefbhnhfmihbnoinkdkmbpfkgil |
| 简介 | Manage advanced ChatGPT prompts with multiple variables and quick search, simple export/import without any external dependency. |
| 文件大小 | 16.28 KB |
| 安装次数 | 24 |
| 当前版本 | 1.4.1 |
| 更新时间 | 2023-11-07 |
| 上架时间 | 2023-04-26 |
| 开发者 | Prince Kumar |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "ChatGPT Prompt Manager",
"version": "1.4.1",
"description": "Manage advanced ChatGPT prompts with multiple variables and quick search, simple export\/import without any external dependency.",
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/chat.openai.com\/*"
],
"js": [
"importexport.js",
"modal.js",
"promptGrid.js",
"promptManager.js",
"content.js"
],
"css": [
"styles.css"
]
}
],
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
} | |