Bing DALL-E 3 Exporter
Automatic export of generated DALL-E 3 images
¿Qué es Bing DALL-E 3 Exporter?
Bing DALL-E 3 Exporter es una extensión de Chrome desarrollada por Adam Gastineau, y su función principal es "Automatic export of generated DALL-E 3 images".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Bing DALL-E 3 Exporter
Descarga archivos de extensión Bing DALL-E 3 Exporter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Bing DALL-E 3 Exporter |
ID | madoplilejekbhobemfjabajephjiojc |
URL Oficial | https://chromewebstore.google.com/detail/bing-dall-e-3-exporter/madoplilejekbhobemfjabajephjiojc |
Descripción | Automatic export of generated DALL-E 3 images |
Tamaño del Archivo | 127 KB |
Cantidad de Instalaciones | 117 |
Versión Actual | 0.1.0 |
Última Actualización | 2023-10-10 |
Fecha de Publicación | 2023-10-10 |
Desarrollador | Adam Gastineau |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/agg23/bing-dalle3 |
Idiomas Soportados | 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" ] } ] } |