G-Prompt Editor

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

什麼是G-Prompt Editor?

G-Prompt Editor是由shunqi jiang開發的Chrome擴展程式,該擴展的主要功能是“A tool to help you write mid-journey prompts in a more natural way.”。

擴展截圖

screenshot

下載G-Prompt Editor擴展crx文件

下載G-Prompt Editor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 G-Prompt Editor G-Prompt Editor
ID hnngkebnfbijbmfimhmnaoikoflenpge
官方網址 https://chromewebstore.google.com/detail/g-prompt-editor/hnngkebnfbijbmfimhmnaoikoflenpge
簡介 A tool to help you write mid-journey prompts in a more natural way.
檔案大小 44.38 KB
安裝次數 41
目前版本 1.0.1
更新時間 2023-08-28
上架時間 2023-08-11
開發者 shunqi jiang
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/monswag/g-prompt
說明頁面URL https://github.com/monswag/g-prompt
支援的語言 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"
    }
}