Bing DALL-E 3 Exporter

Automatic export of generated DALL-E 3 images

What is Bing DALL-E 3 Exporter?

Bing DALL-E 3 Exporter is a Chrome extension developed by Adam Gastineau, and its main feature is "Automatic export of generated DALL-E 3 images".

Extension Screenshots

screenshot

Download Bing DALL-E 3 Exporter Extension CRX File

Download Bing DALL-E 3 Exporter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Bing DALL-E 3 Exporter Bing DALL-E 3 Exporter
ID madoplilejekbhobemfjabajephjiojc
Official URL https://chromewebstore.google.com/detail/bing-dall-e-3-exporter/madoplilejekbhobemfjabajephjiojc
Description Automatic export of generated DALL-E 3 images
File Size 127 KB
Installation Count 117
Current Version 0.1.0
Last Updated 2023-10-10
Publish Date 2023-10-10
Developer Adam Gastineau
Email [email protected]
Payment Type free
Extension Website https://github.com/agg23/bing-dalle3
Supported Languages 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"
            ]
        }
    ]
}