Finder NFT Index

This makes your default new-tab show currently trending NFTs. you can browse, search, sort, & bookmark collections.

Finder NFT Index क्या है?

Finder NFT Index Finder.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This makes your default new-tab show currently trending NFTs. you can browse, search, sort, & bookmark collections."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Finder NFT Index एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension makes your default new-tab page a gallery of NFT collections. You can browse, search, sort, & bookmark collections. You can see market statistics on NFTs, and even get purchase links for them.                    

एक्सटेंशन की मूल जानकारी

नाम Finder NFT Index Finder NFT Index
ID pdfnjabcncbhoffljmmjddbjgebpdbea
आधिकारिक URL https://chrome.google.com/webstore/detail/finder-nft-index/pdfnjabcncbhoffljmmjddbjgebpdbea
विवरण This makes your default new-tab show currently trending NFTs. you can browse, search, sort, & bookmark collections.
फ़ाइल का आकार 3.52 MB
स्थापना संख्या 50
वर्तमान संस्करण 1.0
अंतिम अपडेट 2021-12-03
प्रकाशन तिथि 2021-12-03
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर Finder.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "This makes your default new-tab show currently trending NFTs. you can browse, search, sort, & bookmark collections.",
    "version": "1.0",
    "manifest_version": 3,
    "name": "Finder NFT Index",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "32x32.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "32": "32x32.png",
        "128": "128x128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "128x128.png",
                "32x32.png"
            ],
            "matches": []
        }
    ]
}