Quick NAI

Quick novel.ai Image Gernerator tool

什麼是Quick NAI?

Quick NAI是由torang開發的Chrome擴展程式,該擴展的主要功能是“Quick novel.ai Image Gernerator tool”。

擴展截圖

screenshot
screenshot
screenshot

下載Quick NAI擴展crx文件

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

擴展使用說明

                        novel.ai website image generation helper.
webui syntax, wildcards and more.                    

擴展基本資訊

名稱 Quick NAI Quick NAI
ID diikeekobcgpaggpelkjhlahhimhegoc
官方網址 https://chromewebstore.google.com/detail/quick-nai/diikeekobcgpaggpelkjhlahhimhegoc
簡介 Quick novel.ai Image Gernerator tool
檔案大小 1.25 MB
安裝次數 1,452
目前版本 1.6.3
更新時間 2023-12-13
上架時間 2022-10-27
評分 4.00/5 共 4 次評分
開發者 torang
電子郵箱 [email protected]
付費類型 free
支援的語言 en,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick NAI",
    "version": "1.6.3",
    "manifest_version": 3,
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/novelai.net\/*"
            ],
            "js": [
                "appender.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "main.js"
            ],
            "matches": [
                "https:\/\/novelai.net\/*"
            ]
        }
    ]
}