NFT Tab
See currently trending NFTs in every new tab that you can browse, sort, & bookmark
什么是NFT Tab?
NFT Tab是由2050开发的Chrome扩展程序,该扩展的主要功能是“See currently trending NFTs in every new tab that you can browse, sort, & bookmark”。
扩展截图
下载NFT Tab扩展crx文件
下载NFT Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
NFT Tab lets you stay up to date with the most popular and trending NFTs in every new tab. See what's trending, browse new collections, and bookmark any NFTs that catch your eye. By clicking "Add to Chrome", I accept and agree to install the NFT Tab extension and set the Chrome New Tab search to that provided by the service. The search will be powered by Bing: Privacy Policy: https://2050.one/nfttabprivacy Terms of Service: https://2050.one/terms Our awesome icon was designed by Freepik: https://www.flaticon.com/free-icon/art_5802468?related_id=5802468
扩展基本信息
名称 | NFT Tab |
ID | aiahphffiolplmdllamhjpkdclmknojh |
官方URL | https://chromewebstore.google.com/detail/nft-tab/aiahphffiolplmdllamhjpkdclmknojh |
简介 | See currently trending NFTs in every new tab that you can browse, sort, & bookmark |
文件大小 | 1.64 MB |
安装次数 | 10,268 |
当前版本 | 1.4 |
更新时间 | 2023-01-17 |
上架时间 | 2022-07-05 |
开发者 | 2050 |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://2050.one/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NFT Tab", "version": "1.4", "description": "See currently trending NFTs in every new tab that you can browse, sort, & bookmark", "background": { "service_worker": "background.js" }, "icons": { "32": "32.png", "128": "128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "host_permissions": [ "*:\/\/*\/*" ] } |