Mint: Solana NFT Collage Maker
Combine many NFTs into one image
Wat is Mint: Solana NFT Collage Maker?
Mint: Solana NFT Collage Maker is een Chrome-extensie ontwikkeld door Parrot: NFT Trait Sniping, en de belangrijkste functie is "Combine many NFTs into one image".
Extensie Screenshots
Download het CRX-bestand van de extensie Mint: Solana NFT Collage Maker
Download Mint: Solana NFT Collage Maker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 •$•
Basisinformatie over de Extensie
Naam | Mint: Solana NFT Collage Maker |
ID | fcgdcdhmmpkoobebbmoldhjiphankmjc |
Officiële URL | https://chromewebstore.google.com/detail/mint-solana-nft-collage-m/fcgdcdhmmpkoobebbmoldhjiphankmjc |
Beschrijving | Combine many NFTs into one image |
Bestandsgrootte | 165 KB |
Aantal Installaties | 142 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2022-04-19 |
Publicatiedatum | 2022-04-19 |
Ontwikkelaar | Parrot: NFT Trait Sniping |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.traitsniping.com |
Ondersteunde Talen | 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\/*" ] } ] } |