Finder NFT Index

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

O que é Finder NFT Index?

Finder NFT Index é uma extensão do Chrome desenvolvida por Finder.com, e sua principal característica é "This makes your default new-tab show currently trending NFTs. you can browse, search, sort, & bookmark collections.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Finder NFT Index

Baixe arquivos de extensão Finder NFT Index no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Finder NFT Index Finder NFT Index
ID pdfnjabcncbhoffljmmjddbjgebpdbea
URL Oficial https://chrome.google.com/webstore/detail/finder-nft-index/pdfnjabcncbhoffljmmjddbjgebpdbea
Descrição This makes your default new-tab show currently trending NFTs. you can browse, search, sort, & bookmark collections.
Tamanho do Arquivo 3.52 MB
Contagem de Instalações 50
Versão Atual 1.0
Última Atualização 2021-12-03
Data de Publicação 2021-12-03
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor Finder.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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": []
        }
    ]
}