Mint: Solana NFT Collage Maker
Combine many NFTs into one image
什么是Mint: Solana NFT Collage Maker?
Mint: Solana NFT Collage Maker是由Parrot: NFT Trait Sniping开发的Chrome扩展程序,该扩展的主要功能是“Combine many NFTs into one image”。
扩展截图
下载Mint: Solana NFT Collage Maker扩展crx文件
下载Mint: Solana NFT Collage Maker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The Mint Solana NFT Collage maker helps you easily make a collage of your favorite NFTs on Magic Eden. Instead of saving pictures and manually creating a collage to show off on Twitter or Discord, just use our simple tool which will do it for you. Install our extension, go to your wallet on Magic Eden, flip the switch at the bottom right. Checkboxes appear on all your NFTs. Select which ones you want a collage of and click "Combine" at the bottom. Done! Inspired by Penny •$•
扩展基本信息
名称 | Mint: Solana NFT Collage Maker |
ID | fcgdcdhmmpkoobebbmoldhjiphankmjc |
官方URL | https://chromewebstore.google.com/detail/mint-solana-nft-collage-m/fcgdcdhmmpkoobebbmoldhjiphankmjc |
简介 | Combine many NFTs into one image |
文件大小 | 165 KB |
安装次数 | 142 |
当前版本 | 1.0.0 |
更新时间 | 2022-04-19 |
上架时间 | 2022-04-19 |
开发者 | Parrot: NFT Trait Sniping |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.traitsniping.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Combine many NFTs into one image", "version": "1.0.0", "manifest_version": 3, "name": "Mint: Solana NFT Collage Maker", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.magiceden.io\/*" ], "js": [ "contentScript.bundle.js" ] } ], "web_accessible_resources": [ { "resources": [ "icon.png", "icon-m.png", "Avenir-Regular.ttf" ], "matches": [ "https:\/\/www.magiceden.io\/*" ] } ] } |