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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

CNFT Tools Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}