Mint: Solana NFT Collage Maker

Combine many NFTs into one image

ما هو Mint: Solana NFT Collage Maker؟

Mint: Solana NFT Collage Maker هو إضافة Chrome تم تطويرها بواسطة Parrot: NFT Trait Sniping، والميزة الرئيسية لها هي "Combine many NFTs into one image".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Mint: Solana NFT Collage Maker

قم بتنزيل ملفات الامتداد Mint: Solana NFT Collage Maker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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\/*"
            ]
        }
    ]
}