G-Prompt Editor

A tool to help you write mid-journey prompts in a more natural way.

What is G-Prompt Editor?

G-Prompt Editor is a Chrome extension developed by shunqi jiang, and its main feature is "A tool to help you write mid-journey prompts in a more natural way.".

Extension Screenshots

screenshot

Download G-Prompt Editor Extension CRX File

Download G-Prompt Editor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name G-Prompt Editor G-Prompt Editor
ID hnngkebnfbijbmfimhmnaoikoflenpge
Official URL https://chromewebstore.google.com/detail/g-prompt-editor/hnngkebnfbijbmfimhmnaoikoflenpge
Description A tool to help you write mid-journey prompts in a more natural way.
File Size 44.38 KB
Installation Count 41
Current Version 1.0.1
Last Updated 2023-08-28
Publish Date 2023-08-11
Developer shunqi jiang
Email [email protected]
Payment Type free
Extension Website https://github.com/monswag/g-prompt
Help Page URL https://github.com/monswag/g-prompt
Supported Languages 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"
    }
}