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