Quick NAI
Quick novel.ai Image Gernerator tool
Cos'è Quick NAI?
Quick NAI è un'estensione di Chrome sviluppata da torang, e la sua funzione principale è "Quick novel.ai Image Gernerator tool".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Quick NAI
Scarica i file di estensione Quick NAI in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
novel.ai website image generation helper.
webui syntax, wildcards and more. Informazioni di Base sull'Estensione
| Nome | |
| ID | diikeekobcgpaggpelkjhlahhimhegoc |
| URL Ufficiale | https://chromewebstore.google.com/detail/quick-nai/diikeekobcgpaggpelkjhlahhimhegoc |
| Descrizione | Quick novel.ai Image Gernerator tool |
| Dimensione del File | 1.25 MB |
| Conteggio Installazioni | 1,452 |
| Versione Corrente | 1.6.3 |
| Ultimo Aggiornamento | 2023-12-13 |
| Data di Pubblicazione | 2022-10-27 |
| Valutazione | 4.00/5 Totale 4 Valutazioni |
| Sviluppatore | torang |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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\/*"
]
}
]
} | |