Painter007 & Stable Diffusion Sidebar

Painter007 & Stable Diffusion & Midjourney AI

O que é Painter007 & Stable Diffusion Sidebar?

Painter007 & Stable Diffusion Sidebar é uma extensão do Chrome desenvolvida por https://saas-ai.website, e sua principal característica é "Painter007 & Stable Diffusion & Midjourney AI".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Painter007 & Stable Diffusion Sidebar

Baixe arquivos de extensão Painter007 & Stable Diffusion Sidebar no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Painter007 & Stable Diffusion Sidebar Painter007 & Stable Diffusion Sidebar
ID bdlfdkjgnmdigpfmhomklccjkmjleopk
URL Oficial https://chromewebstore.google.com/detail/painter007-stable-diffusi/bdlfdkjgnmdigpfmhomklccjkmjleopk
Descrição Painter007 & Stable Diffusion & Midjourney AI
Tamanho do Arquivo 29.06 KB
Contagem de Instalações 35
Versão Atual 1.6
Última Atualização 2024-01-03
Data de Publicação 2023-03-01
Desenvolvedor https://saas-ai.website
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://saas-ai1.web.app/#stable-diffusion
URL da Página de Ajuda https://saas-ai1.web.app/support.html
URL da Página de Política de Privacidade https://saas-ai1.web.app/privacy-policy-for-products.html
Idiomas Suportados 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"
    }
}