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 |
Eメール | [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\/*" ] } ] } |