Finder NFT Index
This makes your default new-tab show currently trending NFTs. you can browse, search, sort, & bookmark collections.
Qu'est-ce que Finder NFT Index ?
Finder NFT Index est une extension Chrome développée par Finder.com, et sa fonction principale est "This makes your default new-tab show currently trending NFTs. you can browse, search, sort, & bookmark collections.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Finder NFT Index
Téléchargez les fichiers d'extension Finder NFT Index au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | pdfnjabcncbhoffljmmjddbjgebpdbea |
URL Officiel | 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. |
Taille du Fichier | 3.52 MB |
Nombre d'Installations | 50 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-12-03 |
Date de Publication | 2021-12-03 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Finder.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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": [] } ] } |