Bing DALL-E 3 Exporter
Automatic export of generated DALL-E 3 images
Cos'è Bing DALL-E 3 Exporter?
Bing DALL-E 3 Exporter è un'estensione di Chrome sviluppata da Adam Gastineau, e la sua funzione principale è "Automatic export of generated DALL-E 3 images".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bing DALL-E 3 Exporter
Scarica i file di estensione Bing DALL-E 3 Exporter 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
Automatically save all of your DALL-E generated images with this extension. Every image generated will be tracked, and a custom UI allows you to selectively export the images you want, see old prompts, and more.
Informazioni di Base sull'Estensione
Nome | Bing DALL-E 3 Exporter |
ID | madoplilejekbhobemfjabajephjiojc |
URL Ufficiale | https://chromewebstore.google.com/detail/bing-dall-e-3-exporter/madoplilejekbhobemfjabajephjiojc |
Descrizione | Automatic export of generated DALL-E 3 images |
Dimensione del File | 127 KB |
Conteggio Installazioni | 117 |
Versione Corrente | 0.1.0 |
Ultimo Aggiornamento | 2023-10-10 |
Data di Pubblicazione | 2023-10-10 |
Sviluppatore | Adam Gastineau |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/agg23/bing-dalle3 |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bing DALL-E 3 Exporter", "version": "0.1.0", "description": "Automatic export of generated DALL-E 3 images", "homepage_url": "https:\/\/github.com\/agg23\/bing-dalle3", "manifest_version": 3, "minimum_chrome_version": "100", "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "100.0" } }, "icons": { "128": "icon.43fd9cb9.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.bing.com\/images\/create?*", "https:\/\/www.bing.com\/images\/create\/*" ], "js": [ "content.06769cad.js" ], "run_at": "document_end", "css": [ "content.6df84a7f.css" ] } ] } |