Finder NFT Index

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

What is Finder NFT Index?

Finder NFT Index is a Chrome extension developed by Finder.com, and its main feature is "This makes your default new-tab show currently trending NFTs. you can browse, search, sort, & bookmark collections.".

Extension Screenshots

screenshot

Download Finder NFT Index Extension CRX File

Download Finder NFT Index extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Finder NFT Index Finder NFT Index
ID pdfnjabcncbhoffljmmjddbjgebpdbea
Official URL https://chrome.google.com/webstore/detail/finder-nft-index/pdfnjabcncbhoffljmmjddbjgebpdbea
Description This makes your default new-tab show currently trending NFTs. you can browse, search, sort, & bookmark collections.
File Size 3.52 MB
Installation Count 50
Current Version 1.0
Last Updated 2021-12-03
Publish Date 2021-12-03
Rating 5.00/5 Total 4 Ratings
Developer Finder.com
Email [email protected]
Payment Type free
Supported Languages 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": []
        }
    ]
}