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 |
官方URL | 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": [] } ] } |