DredArt

Dredark extension for pixel arts. Use any PNG and paint it using Holo!

O que é DredArt?

DredArt é uma extensão do Chrome desenvolvida por I am Shrek, e sua principal característica é "Dredark extension for pixel arts. Use any PNG and paint it using Holo!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão DredArt

Baixe arquivos de extensão DredArt no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome DredArt DredArt
ID ocgomfneelmigjgpgnapekmedbmimamm
URL Oficial https://chromewebstore.google.com/detail/dredart/ocgomfneelmigjgpgnapekmedbmimamm
Descrição Dredark extension for pixel arts. Use any PNG and paint it using Holo!
Tamanho do Arquivo 8.04 MB
Contagem de Instalações 450
Versão Atual 1.4.2
Última Atualização 2024-01-22
Data de Publicação 2022-11-20
Classificação 4.40/5 Total de 5 Avaliações
Desenvolvedor I am Shrek
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://discord.gg/uNgD6vv67c
URL da Página de Ajuda https://discord.gg/uNgD6vv67c
Idiomas Suportados 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\/*"
            ]
        }
    ]
}