DredArt
Dredark extension for pixel arts. Use any PNG and paint it using Holo!
Τι είναι το DredArt;
Το DredArt είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον I am Shrek, και η κύρια λειτουργία του είναι "Dredark extension for pixel arts. Use any PNG and paint it using Holo!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης DredArt
Λήψη αρχείων επέκτασης DredArt σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | DredArt |
ID | ocgomfneelmigjgpgnapekmedbmimamm |
Επίσημο URL | https://chromewebstore.google.com/detail/dredart/ocgomfneelmigjgpgnapekmedbmimamm |
Περιγραφή | Dredark extension for pixel arts. Use any PNG and paint it using Holo! |
Μέγεθος Αρχείου | 8.04 MB |
Αριθμός Εγκαταστάσεων | 450 |
Τρέχουσα Έκδοση | 1.4.2 |
Τελευταία Ενημέρωση | 2024-01-22 |
Ημερομηνία Δημοσίευσης | 2022-11-20 |
Αξιολόγηση | 4.40/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | I am Shrek |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://discord.gg/uNgD6vv67c |
Διεύθυνση URL της Σελίδας Βοήθειας | https://discord.gg/uNgD6vv67c |
Υποστηριζόμενες Γλώσσες | 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\/*" ] } ] } |