Painter007 & Stable Diffusion Sidebar
Painter007 & Stable Diffusion & Midjourney AI
Painter007 & Stable Diffusion Sidebar là gì?
Painter007 & Stable Diffusion Sidebar là một tiện ích mở rộng Chrome được phát triển bởi https://saas-ai.website, và tính năng chính của nó là "Painter007 & Stable Diffusion & Midjourney AI".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Painter007 & Stable Diffusion Sidebar
Tải xuống các tệp mở rộng Painter007 & Stable Diffusion Sidebar dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Painter007 & Stable Diffusion Sidebar |
ID | bdlfdkjgnmdigpfmhomklccjkmjleopk |
URL Chính Thức | https://chromewebstore.google.com/detail/painter007-stable-diffusi/bdlfdkjgnmdigpfmhomklccjkmjleopk |
Mô tả | Painter007 & Stable Diffusion & Midjourney AI |
Kích Thước Tệp | 29.06 KB |
Số Lần Cài Đặt | 35 |
Phiên Bản Hiện Tại | 1.6 |
Cập Nhật Lần Cuối | 2024-01-03 |
Ngày Phát Hành | 2023-03-01 |
Nhà Phát Triển | https://saas-ai.website |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://saas-ai1.web.app/#stable-diffusion |
URL Trang Trợ Giúp | https://saas-ai1.web.app/support.html |
URL Trang Chính Sách Bảo Mật | https://saas-ai1.web.app/privacy-policy-for-products.html |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |