Bing DALL-E 3 Exporter
Automatic export of generated DALL-E 3 images
Was ist Bing DALL-E 3 Exporter?
Bing DALL-E 3 Exporter ist eine Chrome-Erweiterung, die von Adam Gastineau entwickelt wurde, und ihr Hauptmerkmal ist "Automatic export of generated DALL-E 3 images".
Erweiterungsscreenshots
Bing DALL-E 3 Exporter-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bing DALL-E 3 Exporter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | madoplilejekbhobemfjabajephjiojc |
| Offizielle URL | https://chromewebstore.google.com/detail/bing-dall-e-3-exporter/madoplilejekbhobemfjabajephjiojc |
| Beschreibung | Automatic export of generated DALL-E 3 images |
| Dateigröße | 127 KB |
| Installationsanzahl | 117 |
| Aktuelle Version | 0.1.0 |
| Letztes Update | 2023-10-10 |
| Veröffentlichungsdatum | 2023-10-10 |
| Entwickler | Adam Gastineau |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/agg23/bing-dalle3 |
| Unterstützte Sprachen | 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"
]
}
]
} | |