G-Prompt Editor

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

Wat is G-Prompt Editor?

G-Prompt Editor is een Chrome-extensie ontwikkeld door shunqi jiang, en de belangrijkste functie is "A tool to help you write mid-journey prompts in a more natural way.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie G-Prompt Editor

Download G-Prompt Editor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam G-Prompt Editor G-Prompt Editor
ID hnngkebnfbijbmfimhmnaoikoflenpge
Officiële URL https://chromewebstore.google.com/detail/g-prompt-editor/hnngkebnfbijbmfimhmnaoikoflenpge
Beschrijving A tool to help you write mid-journey prompts in a more natural way.
Bestandsgrootte 44.38 KB
Aantal Installaties 41
Huidige Versie 1.0.1
Laatst Bijgewerkt 2023-08-28
Publicatiedatum 2023-08-11
Ontwikkelaar shunqi jiang
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/monswag/g-prompt
Help Pagina-URL https://github.com/monswag/g-prompt
Ondersteunde Talen 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"
    }
}