SpellStack for NovelAI

Assist in entering prompts in NovelAI.

SpellStack for NovelAIคืออะไร?

SpellStack for NovelAI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hiroiku และคุณลักษณะหลักของมันคือ "Assist in entering prompts in NovelAI."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SpellStack for NovelAI

ดาวน์โหลดไฟล์ส่วนขยาย SpellStack for NovelAI ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Assists in entering prompts in NovelAI.
You can organize your prompts by grouping and sorting them by style, effect, face, body, background, etc.
You can also save and manage the prompts you create.

# Real-time input to prompts

What you are editing on the extension is input to NovelAI prompts in real time.

# Word grouping

Group words according to style, effect, face, body, background, etc.
Word groups can also be reordered.
The content of the generated prompts will be color-coded according to the word groups.

# Sorting words

Words can be sorted one by one, so you will never lose track of the words you have already entered.

# Vector strength of words

There is no need to add parentheses to indicate the strength of a word.
You can increase or decrease them with extensions, and parentheses are automatically assigned so you will never get a pair of parentheses wrong.

# Save and restore prompts

You can save your favorite settings.
You can also restore the contents of a previously created prompt and resume working on it.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SpellStack for NovelAI SpellStack for NovelAI
ID cahmiebdgkfllikobglkmefmdblollmm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/spellstack-for-novelai/cahmiebdgkfllikobglkmefmdblollmm
คำอธิบาย Assist in entering prompts in NovelAI.
ขนาดไฟล์ 139 KB
จำนวนการติดตั้ง 376
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2022-11-26
วันที่เผยแพร่ 2022-11-21
ผู้พัฒนา Hiroiku
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://twitter.com/Lyude
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "author": "Hiroiku",
    "version": "1.1.0",
    "icons": {
        "16": "icon-x16.png",
        "32": "icon-x32.png",
        "48": "icon-x48.png",
        "128": "icon-x128.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/novelai.net\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/novelai.net\/*"
            ],
            "js": [
                "content-chunk-vendors.js",
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    }
}