Quick NAI
Quick novel.ai Image Gernerator tool
什么是Quick NAI?
Quick NAI是由torang开发的Chrome扩展程序,该扩展的主要功能是“Quick novel.ai Image Gernerator tool”。
扩展截图
下载Quick NAI扩展crx文件
下载Quick NAI扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
novel.ai website image generation helper.
webui syntax, wildcards and more. 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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\/*"
]
}
]
} | |