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”。
扩展截图
下载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 |
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" ] } ] } |