Painter007 & Stable Diffusion Sidebar
Painter007 & Stable Diffusion & Midjourney AI
Apa itu Painter007 & Stable Diffusion Sidebar?
Painter007 & Stable Diffusion Sidebar adalah ekstensi Chrome yang dikembangkan oleh https://saas-ai.website, dan fitur utamanya adalah "Painter007 & Stable Diffusion & Midjourney AI".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Painter007 & Stable Diffusion Sidebar
Unduh file ekstensi Painter007 & Stable Diffusion Sidebar dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | Painter007 & Stable Diffusion Sidebar |
ID | bdlfdkjgnmdigpfmhomklccjkmjleopk |
URL Resmi | https://chromewebstore.google.com/detail/painter007-stable-diffusi/bdlfdkjgnmdigpfmhomklccjkmjleopk |
Deskripsi | Painter007 & Stable Diffusion & Midjourney AI |
Ukuran File | 29.06 KB |
Jumlah Instalasi | 35 |
Versi Saat Ini | 1.6 |
Terakhir Diperbarui | 2024-01-03 |
Tanggal Publikasi | 2023-03-01 |
Pengembang | https://saas-ai.website |
[email protected] | |
Tipe Pembayaran | in_app |
Situs Ekstensi | https://saas-ai1.web.app/#stable-diffusion |
URL Halaman Bantuan | https://saas-ai1.web.app/support.html |
URL Halaman Kebijakan Privasi | https://saas-ai1.web.app/privacy-policy-for-products.html |
Bahasa yang Didukung | 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" } } |