Bing DALL-E 3 Exporter
Automatic export of generated DALL-E 3 images
Bing DALL-E 3 Exporterคืออะไร?
Bing DALL-E 3 Exporter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Adam Gastineau และคุณลักษณะหลักของมันคือ "Automatic export of generated DALL-E 3 images"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bing DALL-E 3 Exporter
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } ] } |