Finder NFT Index
This makes your default new-tab show currently trending NFTs. you can browse, search, sort, & bookmark collections.
什麼是Finder NFT Index?
Finder NFT Index是由Finder.com開發的Chrome擴展程式,該擴展的主要功能是“This makes your default new-tab show currently trending NFTs. you can browse, search, sort, & bookmark collections.”。
擴展截圖
下載Finder NFT Index擴展crx文件
下載Finder NFT Index擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | pdfnjabcncbhoffljmmjddbjgebpdbea |
官方網址 | https://chrome.google.com/webstore/detail/finder-nft-index/pdfnjabcncbhoffljmmjddbjgebpdbea |
簡介 | This makes your default new-tab show currently trending NFTs. you can browse, search, sort, & bookmark collections. |
檔案大小 | 3.52 MB |
安裝次數 | 50 |
目前版本 | 1.0 |
更新時間 | 2021-12-03 |
上架時間 | 2021-12-03 |
評分 | 5.00/5 共 4 次評分 |
開發者 | Finder.com |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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": [] } ] } |