SUPERMACHINE - Generate Awesome AI Images
Using the most advanced AI technology, create awesome images for your work or hobbies.
Qu'est-ce que SUPERMACHINE - Generate Awesome AI Images ?
SUPERMACHINE - Generate Awesome AI Images est une extension Chrome développée par Riku AI, et sa fonction principale est "Using the most advanced AI technology, create awesome images for your work or hobbies.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SUPERMACHINE - Generate Awesome AI Images
Téléchargez les fichiers d'extension SUPERMACHINE - Generate Awesome AI Images 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
This is a handy chrome extension for SUPERMACHINE allowing you to generate images with AI from any website online! No need to break your own work flows and open a new tab, simply assign a shortcut to this extension and generate images like never before!
Informations de Base sur l'Extension
Nom | SUPERMACHINE - Generate Awesome AI Images |
ID | mbekpadgjphmkhdpnndkddhahincnogf |
URL Officiel | https://chromewebstore.google.com/detail/supermachine-generate-awe/mbekpadgjphmkhdpnndkddhahincnogf |
Description | Using the most advanced AI technology, create awesome images for your work or hobbies. |
Taille du Fichier | 59.2 KB |
Nombre d'Installations | 297 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2023-09-17 |
Date de Publication | 2023-09-15 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Riku AI |
[email protected] | |
Type de Paiement | in_app |
Site Web de l'Extension | https://supermachine.art |
URL de la Page d'Aide | https://supermachine.art/contact |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SUPERMACHINE - Generate Awesome AI Images", "description": "Using the most advanced AI technology, create awesome images for your work or hobbies.", "version": "0.2", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "images\/16x16.png", "32": "images\/32x32.png", "48": "images\/48x48.png", "128": "images\/128x128.png" } }, "icons": { "16": "images\/16x16.png", "32": "images\/32x32.png", "48": "images\/48x48.png", "128": "images\/128x128.png" }, "permissions": [ "activeTab", "scripting" ] } |