Painter007 & Stable Diffusion Sidebar

Painter007 & Stable Diffusion & Midjourney AI

Wat is Painter007 & Stable Diffusion Sidebar?

Painter007 & Stable Diffusion Sidebar is een Chrome-extensie ontwikkeld door https://saas-ai.website, en de belangrijkste functie is "Painter007 & Stable Diffusion & Midjourney AI".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Painter007 & Stable Diffusion Sidebar

Download Painter007 & Stable Diffusion Sidebar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Painter007 add-on is a creative tool. It is powered by state-of-the-art
Stable Diffusion AI.
Supports AI Models:
✅ Stable Diffusion img-to-img AI.
✅ Instruct-pix2pix AI model.
✅ Scribble Diffusion AI model.
✅ Style-Based Regression Model.

The AI is an AI that generates creative pictures, similar to openai's dalle2 ai.
Paint something, and smear picture, get surprising results.
Paint your dream!                    

Basisinformatie over de Extensie

Naam Painter007 & Stable Diffusion Sidebar Painter007 & Stable Diffusion Sidebar
ID bdlfdkjgnmdigpfmhomklccjkmjleopk
Officiële URL https://chromewebstore.google.com/detail/painter007-stable-diffusi/bdlfdkjgnmdigpfmhomklccjkmjleopk
Beschrijving Painter007 & Stable Diffusion & Midjourney AI
Bestandsgrootte 29.06 KB
Aantal Installaties 35
Huidige Versie 1.6
Laatst Bijgewerkt 2024-01-03
Publicatiedatum 2023-03-01
Ontwikkelaar https://saas-ai.website
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://saas-ai1.web.app/#stable-diffusion
Help Pagina-URL https://saas-ai1.web.app/support.html
URL van de Privacybeleid Pagina https://saas-ai1.web.app/privacy-policy-for-products.html
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Painter007 & Stable Diffusion Sidebar",
    "description": "Painter007 & Stable Diffusion & Midjourney AI",
    "version": "1.6",
    "manifest_version": 3,
    "permissions": [
        "contextMenus",
        "scripting",
        "activeTab",
        "sidePanel"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_title": "Painter007",
        "default_popup": "popup.html"
    },
    "side_panel": {
        "default_path": "popup-sidebar.html"
    },
    "icons": {
        "16": "painter007_16.png",
        "32": "painter007_32.png",
        "48": "painter007_48.png",
        "128": "painter007_128.png"
    }
}