CNFT Tools Extension
CNFT Tools - All the tools you need to be a successful Cardano NFT collector.
什么是CNFT Tools Extension?
CNFT Tools Extension是由https://cnft.tools开发的Chrome扩展程序,该扩展的主要功能是“CNFT Tools - All the tools you need to be a successful Cardano NFT collector.”。
扩展截图
下载CNFT Tools Extension扩展crx文件
下载CNFT Tools Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Power up your CNFT.Tools & JPG.Store experience with data direct from CNFT.Tools! See your wallet value and NFTs directly in the Extension! The extension is exclusive to Vault holders initially and gives you: - Rarity Ranks directly in listings - Top Trait %s and floor values - Trait bar giving you quick view of all floor prices for the asset Many features in the pipeline to help you make the right decisions when buying and selling cardano nfts!
扩展基本信息
名称 | CNFT Tools Extension |
ID | aokalkceipbocdjadbkkcicbabigdfho |
官方URL | https://chromewebstore.google.com/detail/cnft-tools-extension/aokalkceipbocdjadbkkcicbabigdfho |
简介 | CNFT Tools - All the tools you need to be a successful Cardano NFT collector. |
文件大小 | 375 KB |
安装次数 | 1,040 |
当前版本 | 0.1.1 |
更新时间 | 2024-02-03 |
上架时间 | 2023-04-25 |
评分 | 5.00/5 共5次评分 |
开发者 | https://cnft.tools |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://cnft.tools |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CNFT Tools Extension", "description": "CNFT Tools - All the tools you need to be a successful Cardano NFT collector.", "version": "0.1.1", "manifest_version": 3, "permissions": [ "activeTab", "storage" ], "action": { "default_popup": "popup.html", "default_title": "CNFT Tools Extension" }, "content_scripts": [ { "matches": [ "https:\/\/*.jpg.store\/*" ], "js": [ "siteContentFiles\/listingsContent.js" ], "css": [ "listingsStyles.css" ] }, { "matches": [ "https:\/\/*.cnft.tools\/*" ], "js": [ "js\/grabCookies.js" ] } ], "background": { "service_worker": "background.js" }, "icons": { "16": "images\/toolsicon.png", "48": "images\/toolsicon.png", "128": "images\/toolsicon.png" } } |