G-Prompt Editor

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

Qu'est-ce que G-Prompt Editor ?

G-Prompt Editor est une extension Chrome développée par shunqi jiang, et sa fonction principale est "A tool to help you write mid-journey prompts in a more natural way.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension G-Prompt Editor

Téléchargez les fichiers d'extension G-Prompt Editor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom G-Prompt Editor G-Prompt Editor
ID hnngkebnfbijbmfimhmnaoikoflenpge
URL Officiel https://chromewebstore.google.com/detail/g-prompt-editor/hnngkebnfbijbmfimhmnaoikoflenpge
Description A tool to help you write mid-journey prompts in a more natural way.
Taille du Fichier 44.38 KB
Nombre d'Installations 41
Version Actuelle 1.0.1
Dernière Mise à Jour 2023-08-28
Date de Publication 2023-08-11
Développeur shunqi jiang
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/monswag/g-prompt
URL de la Page d'Aide https://github.com/monswag/g-prompt
Langues Prises en Charge 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"
    }
}