Painter007 & Stable Diffusion Sidebar

Painter007 & Stable Diffusion & Midjourney AI

Painter007 & Stable Diffusion Sidebar란 무엇입니까?

Painter007 & Stable Diffusion Sidebar은(는) https://saas-ai.website에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Painter007 & Stable Diffusion & Midjourney AI"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Painter007 & Stable Diffusion Sidebar 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Painter007 & Stable Diffusion Sidebar Painter007 & Stable Diffusion Sidebar
ID bdlfdkjgnmdigpfmhomklccjkmjleopk
공식 URL https://chromewebstore.google.com/detail/painter007-stable-diffusi/bdlfdkjgnmdigpfmhomklccjkmjleopk
설명 Painter007 & Stable Diffusion & Midjourney AI
파일 크기 29.06 KB
설치 횟수 35
현재 버전 1.6
최근 업데이트 2024-01-03
출시 날짜 2023-03-01
개발자 https://saas-ai.website
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://saas-ai1.web.app/#stable-diffusion
도움말 페이지 URL https://saas-ai1.web.app/support.html
개인정보 보호 정책 페이지 URL https://saas-ai1.web.app/privacy-policy-for-products.html
지원되는 언어 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"
    }
}