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文件
下载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\/*" ] } ] } |