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ファイルをダウンロード

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
Eメール [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"
    }
}