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!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載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 DredArt
ID ocgomfneelmigjgpgnapekmedbmimamm
官方網址 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\/*"
            ]
        }
    ]
}