MidJourney Characters : by Trevo Tecnology
Colection of prompts to create Art for books, vídeos, T-Shirt, logo, Stickers!
Vad är MidJourney Characters : by Trevo Tecnology?
MidJourney Characters : by Trevo Tecnology är en Chrome-tillägg utvecklad av Trevo Tecnologia, och dess huvudfunktion är "Colection of prompts to create Art for books, vídeos, T-Shirt, logo, Stickers!".
Tilläggsskärmbilder
Ladda ner MidJourney Characters : by Trevo Tecnology-förlängningens CRX-fil
Ladda ner MidJourney Characters : by Trevo Tecnology-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Collection of MidJourney prompts used to create cartoon, logos, T Shirt design and character for books and videos!
https://www.trevotecnologia.com.br Grundläggande Information om Tillägg
| Namn | |
| ID | ohdoiffodkeafmmpnigcomkbomaafjff |
| Officiell webbadress | https://chromewebstore.google.com/detail/midjourney-characters-by/ohdoiffodkeafmmpnigcomkbomaafjff |
| Beskrivning | Colection of prompts to create Art for books, vídeos, T-Shirt, logo, Stickers! |
| Filstorlek | 452 KB |
| Antal Installationer | 705 |
| Aktuell Version | 0.0.9 |
| Senast Uppdaterad | 2023-03-29 |
| Publiceringsdatum | 2023-03-02 |
| Utvecklare | Trevo Tecnologia |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.trevotecnologia.com.br |
| Hjälpsida URL | https://www.trevotecnologia.com.br |
| URL till Sekretesspolicy Sidan | https://www.trevotecnologia.com.br/about/politica_de_privacidade.php |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "MidJourney Characters : by Trevo Tecnology",
"version": "0.0.9",
"manifest_version": 3,
"description": "Colection of prompts to create Art for books, v\u00eddeos, T-Shirt, logo, Stickers!",
"homepage_url": "https:\/\/www.trevotecnologia.com.br",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_icon": "icons\/icon19.png",
"default_title": "MidJourney Characters",
"default_popup": "popup\/popup.html"
},
"background": {
"service_worker": "\/popup\/eventPage.js",
"type": "module"
},
"permissions": [
"notifications",
"tts"
]
} | |