Dream Style & Photo AI Sidebar
Dream Style & Stable Diffusion & Midjourney AI
Was ist Dream Style & Photo AI Sidebar?
Dream Style & Photo AI Sidebar ist eine Chrome-Erweiterung, die von https://chatpdf.website entwickelt wurde, und ihr Hauptmerkmal ist "Dream Style & Stable Diffusion & Midjourney AI".
Erweiterungsscreenshots
Dream Style & Photo AI Sidebar-Erweiterungs-CRX-Datei herunterladen
Laden Sie Dream Style & Photo AI Sidebar-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Dream Style & Photo AI Sidebar |
ID | fljlehippmdnclfjakjjlhcimkhhjcjp |
Offizielle URL | https://chromewebstore.google.com/detail/dream-style-photo-ai-side/fljlehippmdnclfjakjjlhcimkhhjcjp |
Beschreibung | Dream Style & Stable Diffusion & Midjourney AI |
Dateigröße | 435 KB |
Installationsanzahl | 132 |
Aktuelle Version | 1.9 |
Letztes Update | 2024-01-03 |
Veröffentlichungsdatum | 2023-03-11 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://chatpdf.website |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://saas-ai1.web.app/#Dream-Style |
Hilfeseite URL | https://saas-ai1.web.app/support.html |
URL der Datenschutzrichtlinien-Seite | https://saas-ai1.web.app/privacy-policy-for-products.html |
Unterstützte Sprachen | 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" } } |