DredArt
Dredark extension for pixel arts. Use any PNG and paint it using Holo!
DredArt क्या है?
DredArt I am Shrek द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Dredark extension for pixel arts. Use any PNG and paint it using Holo!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में DredArt एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/*" ] } ] } |