Quick NAI

Quick novel.ai Image Gernerator tool

What is Quick NAI?

Quick NAI is a Chrome extension developed by torang, and its main feature is "Quick novel.ai Image Gernerator tool".

Extension Screenshots

screenshot
screenshot
screenshot

Download Quick NAI Extension CRX File

Download Quick NAI extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Quick NAI Quick NAI
ID diikeekobcgpaggpelkjhlahhimhegoc
Official URL https://chromewebstore.google.com/detail/quick-nai/diikeekobcgpaggpelkjhlahhimhegoc
Description Quick novel.ai Image Gernerator tool
File Size 1.25 MB
Installation Count 1,452
Current Version 1.6.3
Last Updated 2023-12-13
Publish Date 2022-10-27
Rating 4.00/5 Total 4 Ratings
Developer torang
Email [email protected]
Payment Type free
Supported Languages 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\/*"
            ]
        }
    ]
}