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 |
官方網址 | 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" } } |