Finder NFT Index

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

Co je Finder NFT Index?

Finder NFT Index je rozšíření Chrome vyvinuté Finder.com, a jeho hlavní funkcí je „This makes your default new-tab show currently trending NFTs. you can browse, search, sort, & bookmark collections.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Finder NFT Index

Stáhněte si soubory rozšíření Finder NFT Index ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Finder NFT Index Finder NFT Index
ID pdfnjabcncbhoffljmmjddbjgebpdbea
Oficiální URL https://chrome.google.com/webstore/detail/finder-nft-index/pdfnjabcncbhoffljmmjddbjgebpdbea
Popis This makes your default new-tab show currently trending NFTs. you can browse, search, sort, & bookmark collections.
Velikost souboru 3.52 MB
Počet instalací 50
Aktuální Verze 1.0
Poslední Aktualizace 2021-12-03
Datum Vydání 2021-12-03
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář Finder.com
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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": []
        }
    ]
}