novelai-support
Support to input prompts to NovelAI
What is novelai-support?
novelai-support is a Chrome extension developed by MoguraStore, and its main feature is "Support to input prompts to NovelAI".
Extension Screenshots
Download novelai-support Extension CRX File
Download novelai-support 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
NovelAIのprompt並び替え・強調をサポートします。
Extension Basic Information
Name | novelai-support |
ID | bkfpljlfkmogoblddnghcagcdddapdmn |
Official URL | https://chromewebstore.google.com/detail/novelai-support/bkfpljlfkmogoblddnghcagcdddapdmn |
Description | Support to input prompts to NovelAI |
File Size | 91.02 KB |
Installation Count | 633 |
Current Version | 0.0.0.1 |
Last Updated | 2023-08-28 |
Publish Date | 2022-11-27 |
Developer | MoguraStore |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/mogurastore/novelai-support |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "novelai-support", "version": "0.0.0.1", "manifest_version": 3, "description": "Support to input prompts to NovelAI", "icons": { "128": "icon.png" }, "host_permissions": [ "https:\/\/novelai.net\/" ], "permissions": [ "scripting", "tabs" ], "action": { "default_popup": "index.html" } } |