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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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\/*"
            ]
        }
    ]
}