DredArt
Dredark extension for pixel arts. Use any PNG and paint it using Holo!
DredArt là gì?
DredArt là một tiện ích mở rộng Chrome được phát triển bởi I am Shrek, và tính năng chính của nó là "Dredark extension for pixel arts. Use any PNG and paint it using Holo!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng DredArt
Tải xuống các tệp mở rộng DredArt dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | DredArt |
ID | ocgomfneelmigjgpgnapekmedbmimamm |
URL Chính Thức | https://chromewebstore.google.com/detail/dredart/ocgomfneelmigjgpgnapekmedbmimamm |
Mô tả | Dredark extension for pixel arts. Use any PNG and paint it using Holo! |
Kích Thước Tệp | 8.04 MB |
Số Lần Cài Đặt | 450 |
Phiên Bản Hiện Tại | 1.4.2 |
Cập Nhật Lần Cuối | 2024-01-22 |
Ngày Phát Hành | 2022-11-20 |
Đánh Giá | 4.40/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | I am Shrek |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://discord.gg/uNgD6vv67c |
URL Trang Trợ Giúp | https://discord.gg/uNgD6vv67c |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |