Painter007 & Stable Diffusion Sidebar
Painter007 & Stable Diffusion & Midjourney AI
Cos'è Painter007 & Stable Diffusion Sidebar?
Painter007 & Stable Diffusion Sidebar è un'estensione di Chrome sviluppata da https://saas-ai.website, e la sua funzione principale è "Painter007 & Stable Diffusion & Midjourney AI".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Painter007 & Stable Diffusion Sidebar
Scarica i file di estensione Painter007 & Stable Diffusion Sidebar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Painter007 & Stable Diffusion Sidebar |
ID | bdlfdkjgnmdigpfmhomklccjkmjleopk |
URL Ufficiale | https://chromewebstore.google.com/detail/painter007-stable-diffusi/bdlfdkjgnmdigpfmhomklccjkmjleopk |
Descrizione | Painter007 & Stable Diffusion & Midjourney AI |
Dimensione del File | 29.06 KB |
Conteggio Installazioni | 35 |
Versione Corrente | 1.6 |
Ultimo Aggiornamento | 2024-01-03 |
Data di Pubblicazione | 2023-03-01 |
Sviluppatore | https://saas-ai.website |
[email protected] | |
Tipo di Pagamento | in_app |
Sito Web dell'Estensione | https://saas-ai1.web.app/#stable-diffusion |
URL della Pagina di Aiuto | https://saas-ai1.web.app/support.html |
URL della Pagina della Politica sulla Privacy | https://saas-ai1.web.app/privacy-policy-for-products.html |
Lingue Supportate | 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" } } |