G-Prompt Editor
A tool to help you write mid-journey prompts in a more natural way.
Cos'è G-Prompt Editor?
G-Prompt Editor è un'estensione di Chrome sviluppata da shunqi jiang, e la sua funzione principale è "A tool to help you write mid-journey prompts in a more natural way.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione G-Prompt Editor
Scarica i file di estensione G-Prompt Editor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | G-Prompt Editor |
ID | hnngkebnfbijbmfimhmnaoikoflenpge |
URL Ufficiale | https://chromewebstore.google.com/detail/g-prompt-editor/hnngkebnfbijbmfimhmnaoikoflenpge |
Descrizione | A tool to help you write mid-journey prompts in a more natural way. |
Dimensione del File | 44.38 KB |
Conteggio Installazioni | 41 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2023-08-28 |
Data di Pubblicazione | 2023-08-11 |
Sviluppatore | shunqi jiang |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/monswag/g-prompt |
URL della Pagina di Aiuto | https://github.com/monswag/g-prompt |
Lingue Supportate | 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" } } |