Finder NFT Index
This makes your default new-tab show currently trending NFTs. you can browse, search, sort, & bookmark collections.
Cos'è Finder NFT Index?
Finder NFT Index è un'estensione di Chrome sviluppata da Finder.com, e la sua funzione principale è "This makes your default new-tab show currently trending NFTs. you can browse, search, sort, & bookmark collections.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Finder NFT Index
Scarica i file di estensione Finder NFT Index in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | pdfnjabcncbhoffljmmjddbjgebpdbea |
| URL Ufficiale | https://chrome.google.com/webstore/detail/finder-nft-index/pdfnjabcncbhoffljmmjddbjgebpdbea |
| Descrizione | This makes your default new-tab show currently trending NFTs. you can browse, search, sort, & bookmark collections. |
| Dimensione del File | 3.52 MB |
| Conteggio Installazioni | 50 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2021-12-03 |
| Data di Pubblicazione | 2021-12-03 |
| Valutazione | 5.00/5 Totale 4 Valutazioni |
| Sviluppatore | Finder.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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": []
}
]
} | |