jpg.store PLUS - Cardano CNFT Tool
Cardano NFT - CNFT Tool by @SirezADA. Improves your jpg.store experience by enriching the UI and adding new features.
jpg.store PLUS - Cardano CNFT Toolとは何ですか?
jpg.store PLUS - Cardano CNFT Toolは@SirezADAによって開発されたChromeの拡張機能で、その主な機能は「Cardano NFT - CNFT Tool by @SirezADA. Improves your jpg.store experience by enriching the UI and adding new features.」です。
拡張機能のスクリーンショット
jpg.store PLUS - Cardano CNFT Tool拡張機能のCRXファイルをダウンロード
jpg.store PLUS - Cardano CNFT Tool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension aims to add additional useful information to jpg.store listings. Useful for every Cardano / CNFT enthusiast! Features: - Show floor walls on collections page (How many NFTs must be sold util floor doubles, triples, ...) - Show floor value of NFTs in "MyNFTs"-Tab (Profile) + calculates the total floor value - Bundles NFTs by policyId in the "MyNFTs"-Tab - adds daily $RUNE reward info to mallard order nfts - adds daily $AWOO reward info and rarity rank to unbothered wolves nfts - adds rarity and daily $WARI reward info to phoenix arena nfts - adds additional information to Ape Nation NFTs - adds additional information to Space Ape Club NFTs - adds $KITS rewards to Blurry Kits Lounge NFTs - adds $HOARD rewards to Ancient Dragon Ascendants NFTs - adds $WORK rewards to The Working Dead NFTs
拡張機能の基本情報
名前 | jpg.store PLUS - Cardano CNFT Tool |
ID | emndkdeeljnhblojmnbdfhjjeoikdcek |
公式URL | https://chromewebstore.google.com/detail/jpgstore-plus-cardano-cnf/emndkdeeljnhblojmnbdfhjjeoikdcek |
説明 | Cardano NFT - CNFT Tool by @SirezADA. Improves your jpg.store experience by enriching the UI and adding new features. |
ファイルサイズ | 622 KB |
インストール数 | 835 |
現在のバージョン | 0.1.9 |
最終更新日 | 2023-10-08 |
公開日 | 2022-11-28 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | @SirezADA |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://twitter.com/SirezADA |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "jpg.store PLUS - Cardano CNFT Tool", "version": "0.1.9", "description": "Cardano NFT - CNFT Tool by @SirezADA. Improves your jpg.store experience by enriching the UI and adding new features.", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "js": [ "content_script\/content.js" ], "matches": [ "https:\/\/www.jpg.store\/*" ], "css": [ "content_script\/styles\/main.css" ] } ], "action": { "default_popup": "popup\/index.html" }, "background": { "service_worker": "background\/background.js" } } |