Quick NAI
Quick novel.ai Image Gernerator tool
Qu'est-ce que Quick NAI ?
Quick NAI est une extension Chrome développée par torang, et sa fonction principale est "Quick novel.ai Image Gernerator tool".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Quick NAI
Téléchargez les fichiers d'extension Quick NAI au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
novel.ai website image generation helper. webui syntax, wildcards and more.
Informations de Base sur l'Extension
Nom | Quick NAI |
ID | diikeekobcgpaggpelkjhlahhimhegoc |
URL Officiel | https://chromewebstore.google.com/detail/quick-nai/diikeekobcgpaggpelkjhlahhimhegoc |
Description | Quick novel.ai Image Gernerator tool |
Taille du Fichier | 1.25 MB |
Nombre d'Installations | 1,452 |
Version Actuelle | 1.6.3 |
Dernière Mise à Jour | 2023-12-13 |
Date de Publication | 2022-10-27 |
Évaluation | 4.00/5 Total 4 Évaluations |
Développeur | torang |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } ] } |