DALL-E Keyword Dictionary - Dallelist
A curated library of prompt keyword ideas to help you become AI Art pros!
DALL-E Keyword Dictionary - Dallelistとは何ですか?
DALL-E Keyword Dictionary - Dallelistはhttps://www.dallelist.comによって開発されたChromeの拡張機能で、その主な機能は「A curated library of prompt keyword ideas to help you become AI Art pros!」です。
拡張機能のスクリーンショット
DALL-E Keyword Dictionary - Dallelist拡張機能のCRXファイルをダウンロード
DALL-E Keyword Dictionary - Dallelist拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension would help you create beautiful pieces with Dall-E 2, using a simple drawer with all the keywords you'll ever need. Features: 🔥 All keywords were carefully curated and tested 🔥 Division by theme - Paintings, Photography, Design & more to come! 🔥 Famous painters that Dall-E can recognize well, manga & comics, and more... 🔥 Famous photographers and photography modifier keywords 🔥 Works directly in OpenAI's website, without interfering with your workflow Many more awesome features to come... Stay tuned!
拡張機能の基本情報
名前 | DALL-E Keyword Dictionary - Dallelist |
ID | dobocjpaomknooohededommfgmghhglj |
公式URL | https://chromewebstore.google.com/detail/dall-e-keyword-dictionary/dobocjpaomknooohededommfgmghhglj |
説明 | A curated library of prompt keyword ideas to help you become AI Art pros! |
ファイルサイズ | 16.41 MB |
インストール数 | 3,965 |
現在のバージョン | 1.0.2 |
最終更新日 | 2022-09-15 |
公開日 | 2022-09-08 |
評価 | 4.64/5 合計 11 レビュー |
開発者 | https://www.dallelist.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.dallelist.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "DALL-E Keyword Dictionary - Dallelist", "description": "A curated library of prompt keyword ideas to help you become AI Art pros!", "version": "1.0.2", "icons": { "48": "icon48.png", "128": "icon128.png" }, "action": { "default_popup": "src\/popup\/popup.html" }, "content_scripts": [ { "js": [ "assets\/content-script-loader.index.jsx.07c26ee2.33581a38.js" ], "matches": [ "https:\/\/labs.openai.com\/*" ], "css": [ "assets\/index.3aea3749.css" ] } ], "web_accessible_resources": [ { "matches": [ "https:\/\/labs.openai.com\/*" ], "resources": [ "assets\/*" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/labs.openai.com\/*" ], "resources": [ "assets\/index.jsx.07c26ee2.js" ], "use_dynamic_url": true } ] } |