Bing DALL-E 3 Exporter

Automatic export of generated DALL-E 3 images

Qu'est-ce que Bing DALL-E 3 Exporter ?

Bing DALL-E 3 Exporter est une extension Chrome développée par Adam Gastineau, et sa fonction principale est "Automatic export of generated DALL-E 3 images".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Bing DALL-E 3 Exporter

Téléchargez les fichiers d'extension Bing DALL-E 3 Exporter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Bing DALL-E 3 Exporter Bing DALL-E 3 Exporter
ID madoplilejekbhobemfjabajephjiojc
URL Officiel https://chromewebstore.google.com/detail/bing-dall-e-3-exporter/madoplilejekbhobemfjabajephjiojc
Description Automatic export of generated DALL-E 3 images
Taille du Fichier 127 KB
Nombre d'Installations 117
Version Actuelle 0.1.0
Dernière Mise à Jour 2023-10-10
Date de Publication 2023-10-10
Développeur Adam Gastineau
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/agg23/bing-dalle3
Langues Prises en Charge 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"
            ]
        }
    ]
}