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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatic export of generated DALL-E 3 images"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bing DALL-E 3 Exporter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } ] } |