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 擴展基本資訊
| 名稱 | |
| ID | nhmlimddklkdegnabfdgpkmgjbnlgjcf |
| 官方網址 | 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 |
| 電子郵箱 | [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": [
" | |