Dream Style & Photo AI Sidebar

Dream Style & Stable Diffusion & Midjourney AI

Τι είναι το Dream Style & Photo AI Sidebar;

Το Dream Style & Photo AI Sidebar είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://chatpdf.website, και η κύρια λειτουργία του είναι "Dream Style & Stable Diffusion & Midjourney AI".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Dream Style & Photo AI Sidebar

Λήψη αρχείων επέκτασης Dream Style & Photo AI Sidebar σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Dream Style & Photo AI Sidebar Dream Style & Photo AI Sidebar
ID fljlehippmdnclfjakjjlhcimkhhjcjp
Επίσημο URL https://chromewebstore.google.com/detail/dream-style-photo-ai-side/fljlehippmdnclfjakjjlhcimkhhjcjp
Περιγραφή Dream Style & Stable Diffusion & Midjourney AI
Μέγεθος Αρχείου 435 KB
Αριθμός Εγκαταστάσεων 132
Τρέχουσα Έκδοση 1.9
Τελευταία Ενημέρωση 2024-01-03
Ημερομηνία Δημοσίευσης 2023-03-11
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://chatpdf.website
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://saas-ai1.web.app/#Dream-Style
Διεύθυνση URL της Σελίδας Βοήθειας https://saas-ai1.web.app/support.html
URL της Σελίδας Πολιτικής Απορρήτου https://saas-ai1.web.app/privacy-policy-for-products.html
Υποστηριζόμενες Γλώσσες 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"
    }
}