Painter007 & Stable Diffusion Sidebar

Painter007 & Stable Diffusion & Midjourney AI

ما هو Painter007 & Stable Diffusion Sidebar؟

Painter007 & Stable Diffusion Sidebar هو إضافة Chrome تم تطويرها بواسطة https://saas-ai.website، والميزة الرئيسية لها هي "Painter007 & Stable Diffusion & Midjourney AI".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Painter007 & Stable Diffusion Sidebar

قم بتنزيل ملفات الامتداد Painter007 & Stable Diffusion Sidebar بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://saas-ai1.web.app/support.html
عنوان صفحة سياسة الخصوصية 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"
    }
}