Bing DALL-E 3 Exporter

Automatic export of generated DALL-E 3 images

Co je Bing DALL-E 3 Exporter?

Bing DALL-E 3 Exporter je rozšíření Chrome vyvinuté Adam Gastineau, a jeho hlavní funkcí je „Automatic export of generated DALL-E 3 images“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Bing DALL-E 3 Exporter

Stáhněte si soubory rozšíření Bing DALL-E 3 Exporter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Bing DALL-E 3 Exporter Bing DALL-E 3 Exporter
ID madoplilejekbhobemfjabajephjiojc
Oficiální URL https://chromewebstore.google.com/detail/bing-dall-e-3-exporter/madoplilejekbhobemfjabajephjiojc
Popis Automatic export of generated DALL-E 3 images
Velikost souboru 127 KB
Počet instalací 117
Aktuální Verze 0.1.0
Poslední Aktualizace 2023-10-10
Datum Vydání 2023-10-10
Vývojář Adam Gastineau
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/agg23/bing-dalle3
Podporované Jazyky 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"
            ]
        }
    ]
}