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
公式URL 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
Eメール [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\/*"
            ]
        }
    ]
}