Rarity.Garden - NFT rarity rankings
Free extension that displays rankings, floors and scores from Rarity.Garden directly on OpenSea.
Apa itu Rarity.Garden - NFT rarity rankings?
Rarity.Garden - NFT rarity rankings adalah ekstensi Chrome yang dikembangkan oleh Rarity.Garden, dan fitur utamanya adalah "Free extension that displays rankings, floors and scores from Rarity.Garden directly on OpenSea.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Rarity.Garden - NFT rarity rankings
Unduh file ekstensi Rarity.Garden - NFT rarity rankings dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
If you need a free and easy-to-use tool to check your NFT rarities and rankings right on OpenSea, this is the solution for you. There is literally no setup required - just install and you are good to go. This extension displays rankings wherever possible on OpenSea, including Activity (sales) and NFT details. Besides rankings this extension also displays the current floor for the collection of each NFT. Please note that only collections listed on https://rarity.garden are supported. Feel free to request a listing on our website or in our Discord.
Informasi Dasar Ekstensi
Nama | Rarity.Garden - NFT rarity rankings |
ID | dcnimhffphifdpldahpdmmbkkhcpleeg |
URL Resmi | https://chromewebstore.google.com/detail/raritygarden-nft-rarity-r/dcnimhffphifdpldahpdmmbkkhcpleeg |
Deskripsi | Free extension that displays rankings, floors and scores from Rarity.Garden directly on OpenSea. |
Ukuran File | 103 KB |
Jumlah Instalasi | 88 |
Versi Saat Ini | 1.0.7 |
Terakhir Diperbarui | 2022-05-31 |
Tanggal Publikasi | 2022-04-12 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Rarity.Garden |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://rarity.garden |
URL Halaman Bantuan | https://discord.gg/Ur8XGaurSd |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Rarity.Garden - NFT rarity rankings", "version": "1.0.7", "description": "Free extension that displays rankings, floors and scores from Rarity.Garden directly on OpenSea.", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png", "128": "icons\/128.png" }, "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/opensea.io\/*" ], "css": [ "css\/styles.css" ], "js": [ "js\/content.js", "js\/jquery-3.6.0.slim.min.js" ] } ], "background": { "service_worker": "js\/background.js" } } |