DredArt
Dredark extension for pixel arts. Use any PNG and paint it using Holo!
Was ist DredArt?
DredArt ist eine Chrome-Erweiterung, die von I am Shrek entwickelt wurde, und ihr Hauptmerkmal ist "Dredark extension for pixel arts. Use any PNG and paint it using Holo!".
Erweiterungsscreenshots
DredArt-Erweiterungs-CRX-Datei herunterladen
Laden Sie DredArt-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
DredArt - extension for drednot.io Deep Space Airships / Dredark Consists of 2 modules: - Render - pixel art converter - Generates fine pixel arts from ordinary images. - Creator - Helps in painting art pieces generated in Render. Uses Holo technology - stencils that show where to put the paint, effectively reducing painting time. Paint full size ship in 1.5 hour! Created from idea of MOSAIC - the biggest event in game. Goal is to build the BIGGEST POSSIBLE pixel art in Drednot. Join the discord server to help us! https://discord.gg/uNgD6vv67c
Grundlegende Informationen zur Erweiterung
Name | DredArt |
ID | ocgomfneelmigjgpgnapekmedbmimamm |
Offizielle URL | https://chromewebstore.google.com/detail/dredart/ocgomfneelmigjgpgnapekmedbmimamm |
Beschreibung | Dredark extension for pixel arts. Use any PNG and paint it using Holo! |
Dateigröße | 8.04 MB |
Installationsanzahl | 450 |
Aktuelle Version | 1.4.2 |
Letztes Update | 2024-01-22 |
Veröffentlichungsdatum | 2022-11-20 |
Bewertung | 4.40/5 Insgesamt 5 Bewertungen |
Entwickler | I am Shrek |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://discord.gg/uNgD6vv67c |
Hilfeseite URL | https://discord.gg/uNgD6vv67c |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DredArt", "description": "Dredark extension for pixel arts. Use any PNG and paint it using Holo!", "version": "1.4.2", "author": "I am Shrek, Kapi73#3815", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/drednot.io\/*", "https:\/\/test.drednot.io\/*" ], "css": [ "style.css" ], "js": [ "script.js" ] } ], "background": { "service_worker": "background.js" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "web_accessible_resources": [ { "resources": [ "render\/index.html", "help.html", "img\/hatch.png", "img\/mosaic.png" ], "matches": [ "https:\/\/drednot.io\/*", "https:\/\/test.drednot.io\/*" ] } ] } |