DredArt
Dredark extension for pixel arts. Use any PNG and paint it using Holo!
Vad är DredArt?
DredArt är en Chrome-tillägg utvecklad av I am Shrek, och dess huvudfunktion är "Dredark extension for pixel arts. Use any PNG and paint it using Holo!".
Tilläggsskärmbilder
Ladda ner DredArt-förlängningens CRX-fil
Ladda ner DredArt-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
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
Grundläggande Information om Tillägg
Namn | DredArt |
ID | ocgomfneelmigjgpgnapekmedbmimamm |
Officiell webbadress | https://chromewebstore.google.com/detail/dredart/ocgomfneelmigjgpgnapekmedbmimamm |
Beskrivning | Dredark extension for pixel arts. Use any PNG and paint it using Holo! |
Filstorlek | 8.04 MB |
Antal Installationer | 450 |
Aktuell Version | 1.4.2 |
Senast Uppdaterad | 2024-01-22 |
Publiceringsdatum | 2022-11-20 |
Betyg | 4.40/5 Totalt 5 Betyg |
Utvecklare | I am Shrek |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://discord.gg/uNgD6vv67c |
Hjälpsida URL | https://discord.gg/uNgD6vv67c |
Stödda Språk | 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\/*" ] } ] } |