MyPrompts
Easily save, manage, and share your artificial intelligence prompts from any website with MyPrompts.
MyPromptsとは何ですか?
MyPromptsはinfo.avivpazによって開発されたChromeの拡張機能で、その主な機能は「Easily save, manage, and share your artificial intelligence prompts from any website with MyPrompts.」です。
拡張機能のスクリーンショット
MyPrompts拡張機能のCRXファイルをダウンロード
MyPrompts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
_______________________ How It Works: - Right click on any image you want to save and choose "Save my Prompt" - Your image, prompt and all the settings will be saved. - Open the extension popup in order to see all of your assets What's New: - Allowing you to save any image online and connect prompts to it. - See all your saved settings to replicate the asset What's nexts: - Save you history for 24 hours in case you forgot to save - Get access from any device to your saved assets. - Add collections to organise multiple assets under one subject - Filter and sort your assets - Allow saving not only images but all AI generated assets For more information or feature requests, join our Discord channel: https://discord.gg/SEVHwZ4n
拡張機能の基本情報
名前 | MyPrompts |
ID | nhmlimddklkdegnabfdgpkmgjbnlgjcf |
公式URL | https://chromewebstore.google.com/detail/myprompts/nhmlimddklkdegnabfdgpkmgjbnlgjcf |
説明 | Easily save, manage, and share your artificial intelligence prompts from any website with MyPrompts. |
ファイルサイズ | 5.89 MB |
インストール数 | 107 |
現在のバージョン | 1.1.1 |
最終更新日 | 2023-01-31 |
公開日 | 2023-01-09 |
開発者 | info.avivpaz |
Eメール | [email protected] |
支払い方法 | in_app |
拡張機能のウェブサイト | https://www.myprompts.co |
ヘルプページのURL | https://discord.gg/SEVHwZ4n |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.1", "manifest_version": 3, "name": "MyPrompts", "description": "Easily save, manage, and share your artificial intelligence prompts from any website with MyPrompts.", "icons": { "128": "myprmopts_icon.png" }, "action": { "default_popup": "popup.html", "default_icon": "myprmopts_icon.png" }, "web_accessible_resources": [], "background": { "matches": [ "https:\/\/beta.dreamstudio.ai\/*", "https:\/\/labs.openai.com\/*" ], "service_worker": "background.js" }, "all_frames": false, "content_scripts": [ { "matches": [ "https:\/\/beta.dreamstudio.ai\/*" ], "js": [ "dreamstudio_content.js" ] }, { "matches": [ "https:\/\/labs.openai.com\/*" ], "js": [ "dalle_content.js" ] }, { "matches": [ "https:\/\/discord.com\/channels\/662267976984297473*" ], "js": [ "midjourney_content.js" ] }, { "matches": [ " |