Mint: Solana NFT Collage Maker
Combine many NFTs into one image
O que é Mint: Solana NFT Collage Maker?
Mint: Solana NFT Collage Maker é uma extensão do Chrome desenvolvida por Parrot: NFT Trait Sniping, e sua principal característica é "Combine many NFTs into one image".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Mint: Solana NFT Collage Maker
Baixe arquivos de extensão Mint: Solana NFT Collage Maker 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
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 •$•
Informações Básicas da Extensão
Nome | Mint: Solana NFT Collage Maker |
ID | fcgdcdhmmpkoobebbmoldhjiphankmjc |
URL Oficial | https://chromewebstore.google.com/detail/mint-solana-nft-collage-m/fcgdcdhmmpkoobebbmoldhjiphankmjc |
Descrição | Combine many NFTs into one image |
Tamanho do Arquivo | 165 KB |
Contagem de Instalações | 142 |
Versão Atual | 1.0.0 |
Última Atualização | 2022-04-19 |
Data de Publicação | 2022-04-19 |
Desenvolvedor | Parrot: NFT Trait Sniping |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.traitsniping.com |
Idiomas Suportados | 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\/*" ] } ] } |