G-Prompt Editor

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

¿Qué es G-Prompt Editor?

G-Prompt Editor es una extensión de Chrome desarrollada por shunqi jiang, y su función principal es "A tool to help you write mid-journey prompts in a more natural way.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión G-Prompt Editor

Descarga archivos de extensión G-Prompt Editor en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre G-Prompt Editor G-Prompt Editor
ID hnngkebnfbijbmfimhmnaoikoflenpge
URL Oficial https://chromewebstore.google.com/detail/g-prompt-editor/hnngkebnfbijbmfimhmnaoikoflenpge
Descripción A tool to help you write mid-journey prompts in a more natural way.
Tamaño del Archivo 44.38 KB
Cantidad de Instalaciones 41
Versión Actual 1.0.1
Última Actualización 2023-08-28
Fecha de Publicación 2023-08-11
Desarrollador shunqi jiang
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/monswag/g-prompt
URL de la Página de Ayuda https://github.com/monswag/g-prompt
Idiomas Soportados 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"
    }
}