Dream Style & Photo AI Sidebar
Dream Style & Stable Diffusion & Midjourney AI
Qu'est-ce que Dream Style & Photo AI Sidebar ?
Dream Style & Photo AI Sidebar est une extension Chrome développée par https://chatpdf.website, et sa fonction principale est "Dream Style & Stable Diffusion & Midjourney AI".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Dream Style & Photo AI Sidebar
Téléchargez les fichiers d'extension Dream Style & Photo AI Sidebar 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 extension is a link to the Dream Style app. Select the text, then right-click, you can see Dream Style in the menu, and click the Dream Style menu to jump to the Dream Style application. Dream Style add-on is a creative tool, powered by the most advanced AI, Including: ✅Dall-E3 AI model, ✅Anything AI model v3/v4, ✅Stable Diffusion AI V3 ✅ControlNet AI models series. ✅More 11+ Photo AI models if you want to upload a picture with a unique style temporarily, you only need to enter a simple prompt, and it can be generated immediately. Moreover, if you have a ready-made picture and you want to make your uploaded picture have a unique style, then this addon is a good choice. Dream Style Doc addon will transform the image into different styles. Endless styles can be generated. #dalle2 #stablediffusion #ScribbleDiffusion #pix2pix #anythingv3 #anythingv4 #midjourney #ControlNet #stylegan
Informations de Base sur l'Extension
Nom | Dream Style & Photo AI Sidebar |
ID | fljlehippmdnclfjakjjlhcimkhhjcjp |
URL Officiel | https://chromewebstore.google.com/detail/dream-style-photo-ai-side/fljlehippmdnclfjakjjlhcimkhhjcjp |
Description | Dream Style & Stable Diffusion & Midjourney AI |
Taille du Fichier | 435 KB |
Nombre d'Installations | 132 |
Version Actuelle | 1.9 |
Dernière Mise à Jour | 2024-01-03 |
Date de Publication | 2023-03-11 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://chatpdf.website |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://saas-ai1.web.app/#Dream-Style |
URL de la Page d'Aide | https://saas-ai1.web.app/support.html |
URL de la Page de Politique de Confidentialité | https://saas-ai1.web.app/privacy-policy-for-products.html |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dream Style & Photo AI Sidebar", "description": "Dream Style & Stable Diffusion & Midjourney AI", "version": "1.9", "manifest_version": 3, "permissions": [ "contextMenus", "scripting", "sidePanel" ], "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_title": "Dream Style", "default_popup": "popup.html" }, "side_panel": { "default_path": "popup-sidebar.html" }, "icons": { "16": "dreamstyle-16.png", "32": "dreamstyle-32.png", "48": "dreamstyle-48.png", "128": "dreamstyle-128.png" } } |