Finder NFT Index
This makes your default new-tab show currently trending NFTs. you can browse, search, sort, & bookmark collections.
Co to jest Finder NFT Index?
Finder NFT Index to rozszerzenie Chrome opracowane przez Finder.com, a jego główną funkcją jest „This makes your default new-tab show currently trending NFTs. you can browse, search, sort, & bookmark collections.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Finder NFT Index
Pobierz pliki rozszerzeń Finder NFT Index w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | pdfnjabcncbhoffljmmjddbjgebpdbea |
Oficjalny URL | https://chrome.google.com/webstore/detail/finder-nft-index/pdfnjabcncbhoffljmmjddbjgebpdbea |
Opis | This makes your default new-tab show currently trending NFTs. you can browse, search, sort, & bookmark collections. |
Rozmiar pliku | 3.52 MB |
Liczba instalacji | 50 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2021-12-03 |
Data Publikacji | 2021-12-03 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | Finder.com |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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": [] } ] } |