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」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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