Mint: Solana NFT Collage Maker
Combine many NFTs into one image
Apa itu Mint: Solana NFT Collage Maker?
Mint: Solana NFT Collage Maker adalah ekstensi Chrome yang dikembangkan oleh Parrot: NFT Trait Sniping, dan fitur utamanya adalah "Combine many NFTs into one image".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Mint: Solana NFT Collage Maker
Unduh file ekstensi Mint: Solana NFT Collage Maker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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 •$•
Informasi Dasar Ekstensi
Nama | Mint: Solana NFT Collage Maker |
ID | fcgdcdhmmpkoobebbmoldhjiphankmjc |
URL Resmi | https://chromewebstore.google.com/detail/mint-solana-nft-collage-m/fcgdcdhmmpkoobebbmoldhjiphankmjc |
Deskripsi | Combine many NFTs into one image |
Ukuran File | 165 KB |
Jumlah Instalasi | 142 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2022-04-19 |
Tanggal Publikasi | 2022-04-19 |
Pengembang | Parrot: NFT Trait Sniping |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.traitsniping.com |
Bahasa yang Didukung | 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\/*" ] } ] } |