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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
            ]
        }
    ]
}