G-Prompt Editor
A tool to help you write mid-journey prompts in a more natural way.
G-Prompt Editor란 무엇입니까?
G-Prompt Editor은(는) shunqi jiang에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A tool to help you write mid-journey prompts in a more natural way."입니다.
확장 프로그램 스크린샷
G-Prompt Editor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |