Bing DALL-E 3 Exporter

Automatic export of generated DALL-E 3 images

Bing DALL-E 3 Exporterとは何ですか?

Bing DALL-E 3 ExporterはAdam Gastineauによって開発されたChromeの拡張機能で、その主な機能は「Automatic export of generated DALL-E 3 images」です。

拡張機能のスクリーンショット

screenshot

Bing DALL-E 3 Exporter拡張機能のCRXファイルをダウンロード

Bing DALL-E 3 Exporter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Bing DALL-E 3 Exporter Bing DALL-E 3 Exporter
ID madoplilejekbhobemfjabajephjiojc
公式URL https://chromewebstore.google.com/detail/bing-dall-e-3-exporter/madoplilejekbhobemfjabajephjiojc
説明 Automatic export of generated DALL-E 3 images
ファイルサイズ 127 KB
インストール数 117
現在のバージョン 0.1.0
最終更新日 2023-10-10
公開日 2023-10-10
開発者 Adam Gastineau
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/agg23/bing-dalle3
対応言語 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"
            ]
        }
    ]
}