Novelai Wildcard Extension
A NovelAI Wildcard Extension
Novelai Wildcard Extensionคืออะไร?
Novelai Wildcard Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ai-rabbit และคุณลักษณะหลักของมันคือ "A NovelAI Wildcard Extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Novelai Wildcard Extension
ดาวน์โหลดไฟล์ส่วนขยาย Novelai Wildcard Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A prompt input UI is added to the NovelAI image generation page.
The following functions and more have been added
- New syntax for emphasis and weakening: {example::3} -> {{{example}}}
- Dynamic Prompt: {ABAB|CCB|CBADB} -> ABAB or CCB or CBADB
- Wildcard setting : W__Girl__W -> Random selection of a word from the words previously set in Girl's wildcard
Press `ctrl + G` in the browser to generate a prompt and copy it to the clipboard
Update history
- 0.0.3: Adjusted part of the UI, fixed wildcard bug, added English support.
- 0.0.2: Added stay open to UI ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | dngepaimfmeobhmakaihhdafcjmlbgjh |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/novelai-wildcard-extensio/dngepaimfmeobhmakaihhdafcjmlbgjh |
| คำอธิบาย | A NovelAI Wildcard Extension |
| ขนาดไฟล์ | 875 KB |
| จำนวนการติดตั้ง | 90 |
| เวอร์ชันปัจจุบัน | 0.0.3 |
| อัปเดตครั้งล่าสุด | 2023-12-26 |
| วันที่เผยแพร่ | 2023-12-19 |
| คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | ai-rabbit |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"icons": {
"16": "icon16.plasmo.6c567d50.png",
"32": "icon32.plasmo.76b92899.png",
"48": "icon48.plasmo.aced7582.png",
"64": "icon64.plasmo.8bb5e6e0.png",
"128": "icon128.plasmo.3c1ed2d2.png"
},
"manifest_version": 3,
"action": {
"default_icon": {
"16": "icon16.plasmo.6c567d50.png",
"32": "icon32.plasmo.76b92899.png",
"48": "icon48.plasmo.aced7582.png",
"64": "icon64.plasmo.8bb5e6e0.png",
"128": "icon128.plasmo.3c1ed2d2.png"
}
},
"version": "0.0.3",
"author": "ai-rabbit",
"name": "Novelai Wildcard Extension",
"description": "A NovelAI Wildcard Extension",
"background": {
"service_worker": "static\/background\/index.js"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/novelai.net\/image"
],
"js": [
"novelai.f0e4487f.js"
],
"css": []
}
],
"host_permissions": [
"https:\/\/novelai.net\/image"
],
"default_locale": "en",
"sandbox": {
"pages": [
"sandbox.html"
]
},
"web_accessible_resources": [
{
"matches": [
"https:\/\/novelai.net\/*"
],
"resources": [
"novelai.a946ada6.css"
]
}
]
} | |