DredArt
Dredark extension for pixel arts. Use any PNG and paint it using Holo!
DredArt란 무엇입니까?
DredArt은(는) I am Shrek에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dredark extension for pixel arts. Use any PNG and paint it using Holo!"입니다.
확장 프로그램 스크린샷
DredArt 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*" ] } ] } |