G-Prompt Editor
A tool to help you write mid-journey prompts in a more natural way.
G-Prompt Editorคืออะไร?
G-Prompt Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย shunqi jiang และคุณลักษณะหลักของมันคือ "A tool to help you write mid-journey prompts in a more natural way."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย G-Prompt Editor
ดาวน์โหลดไฟล์ส่วนขยาย G-Prompt Editor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Writing prompts can be tough and frustrating, but with G-Prompt, you don't have to start from scratch. Head over to [Midjourney.com](http://midjourney.com/) and browse through their collection of great prompts to find one that suits you. Then, make some changes to make it your own. You can adjust the subject, styles, or parameters to fit your needs. It's an easier and more intuitive way to create your own prompts. Use G-Prompt to make writing mid-journey prompts feel more natural and effortless.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | G-Prompt Editor |
ID | hnngkebnfbijbmfimhmnaoikoflenpge |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/g-prompt-editor/hnngkebnfbijbmfimhmnaoikoflenpge |
คำอธิบาย | A tool to help you write mid-journey prompts in a more natural way. |
ขนาดไฟล์ | 44.38 KB |
จำนวนการติดตั้ง | 41 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2023-08-28 |
วันที่เผยแพร่ | 2023-08-11 |
ผู้พัฒนา | shunqi jiang |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/monswag/g-prompt |
URL หน้าช่วยเหลือ | https://github.com/monswag/g-prompt |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "G-Prompt Editor", "version": "1.0.1", "description": "A tool to help you write mid-journey prompts in a more natural way.", "background": { "service_worker": "service-worker.js" }, "action": { "default_title": "Click to open G-Prompt Eidtor" }, "default_locale": "en", "side_panel": { "default_path": "sidepanel\/main-sp.html" }, "permissions": [ "sidePanel", "storage", "tabs", "scripting" ], "host_permissions": [ "https:\/\/*.midjourney.com\/*" ], "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+B", "mac": "Command+B" } } }, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } } |