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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Prince Kumar และคุณลักษณะหลักของมันคือ "Manage advanced ChatGPT prompts with multiple variables and quick search, simple export/import without any external dependency."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChatGPT Prompt Manager
ดาวน์โหลดไฟล์ส่วนขยาย 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"
}
} | |