NftBiker Tools
Get access to nftbiker tezos tools directly from supported platforms.
什么是NftBiker Tools?
NftBiker Tools是由https://nftbiker.xyz开发的Chrome扩展程序,该扩展的主要功能是“Get access to nftbiker tezos tools directly from supported platforms.”。
扩展截图
下载NftBiker Tools扩展crx文件
下载NftBiker Tools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Get access to NftBiker tezos tools directly from supported platforms site (teia, versum, objkt, fxhash) through a contextual menu that you can use to check artist summary, gallery, linked wallets, objkt history, etc
扩展基本信息
名称 | NftBiker Tools |
ID | gfgcdjnmaabfoknldpknfajhgkiofild |
官方URL | https://chromewebstore.google.com/detail/nftbiker-tools/gfgcdjnmaabfoknldpknfajhgkiofild |
简介 | Get access to nftbiker tezos tools directly from supported platforms. |
文件大小 | 177 KB |
安装次数 | 77 |
当前版本 | 1.5 |
更新时间 | 2023-09-11 |
上架时间 | 2022-12-19 |
开发者 | https://nftbiker.xyz |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://nftbiker.xyz |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NftBiker Tools", "version": "1.5", "description": "Get access to nftbiker tezos tools directly from supported platforms.", "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "contextMenus" ], "icons": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" }, "homepage_url": "https:\/\/nftbiker.xyz\/" } |