G-Prompt Editor
A tool to help you write mid-journey prompts in a more natural way.
G-Prompt Editor là gì?
G-Prompt Editor là một tiện ích mở rộng Chrome được phát triển bởi shunqi jiang, và tính năng chính của nó là "A tool to help you write mid-journey prompts in a more natural way.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng G-Prompt Editor
Tải xuống các tệp mở rộng G-Prompt Editor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | G-Prompt Editor |
ID | hnngkebnfbijbmfimhmnaoikoflenpge |
URL Chính Thức | https://chromewebstore.google.com/detail/g-prompt-editor/hnngkebnfbijbmfimhmnaoikoflenpge |
Mô tả | A tool to help you write mid-journey prompts in a more natural way. |
Kích Thước Tệp | 44.38 KB |
Số Lần Cài Đặt | 41 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2023-08-28 |
Ngày Phát Hành | 2023-08-11 |
Nhà Phát Triển | shunqi jiang |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/monswag/g-prompt |
URL Trang Trợ Giúp | https://github.com/monswag/g-prompt |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |