Bing DALL-E 3 Exporter
Automatic export of generated DALL-E 3 images
Bing DALL-E 3 Exporter là gì?
Bing DALL-E 3 Exporter là một tiện ích mở rộng Chrome được phát triển bởi Adam Gastineau, và tính năng chính của nó là "Automatic export of generated DALL-E 3 images".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Bing DALL-E 3 Exporter
Tải xuống các tệp mở rộng Bing DALL-E 3 Exporter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Bing DALL-E 3 Exporter |
ID | madoplilejekbhobemfjabajephjiojc |
URL Chính Thức | https://chromewebstore.google.com/detail/bing-dall-e-3-exporter/madoplilejekbhobemfjabajephjiojc |
Mô tả | Automatic export of generated DALL-E 3 images |
Kích Thước Tệp | 127 KB |
Số Lần Cài Đặt | 117 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2023-10-10 |
Ngày Phát Hành | 2023-10-10 |
Nhà Phát Triển | Adam Gastineau |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/agg23/bing-dalle3 |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |