CNFT Tools Extension

CNFT Tools - All the tools you need to be a successful Cardano NFT collector.

CNFT Tools Extensionคืออะไร?

CNFT Tools Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cnft.tools และคุณลักษณะหลักของมันคือ "CNFT Tools - All the tools you need to be a successful Cardano NFT collector."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CNFT Tools Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    }
}