DredArt

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

Co je DredArt?

DredArt je rozšíření Chrome vyvinuté I am Shrek, a jeho hlavní funkcí je „Dredark extension for pixel arts. Use any PNG and paint it using Holo!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření DredArt

Stáhněte si soubory rozšíření DredArt ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název DredArt DredArt
ID ocgomfneelmigjgpgnapekmedbmimamm
Oficiální URL https://chromewebstore.google.com/detail/dredart/ocgomfneelmigjgpgnapekmedbmimamm
Popis Dredark extension for pixel arts. Use any PNG and paint it using Holo!
Velikost souboru 8.04 MB
Počet instalací 450
Aktuální Verze 1.4.2
Poslední Aktualizace 2024-01-22
Datum Vydání 2022-11-20
Hodnocení 4.40/5 Celkem 5 Hodnocení
Vývojář I am Shrek
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://discord.gg/uNgD6vv67c
URL Stránky Nápovědy https://discord.gg/uNgD6vv67c
Podporované Jazyky 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\/*"
            ]
        }
    ]
}