Rarity.Garden - NFT rarity rankings
Free extension that displays rankings, floors and scores from Rarity.Garden directly on OpenSea.
¿Qué es Rarity.Garden - NFT rarity rankings?
Rarity.Garden - NFT rarity rankings es una extensión de Chrome desarrollada por Rarity.Garden, y su función principal es "Free extension that displays rankings, floors and scores from Rarity.Garden directly on OpenSea.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Rarity.Garden - NFT rarity rankings
Descarga archivos de extensión Rarity.Garden - NFT rarity rankings en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Rarity.Garden - NFT rarity rankings |
ID | dcnimhffphifdpldahpdmmbkkhcpleeg |
URL Oficial | https://chromewebstore.google.com/detail/raritygarden-nft-rarity-r/dcnimhffphifdpldahpdmmbkkhcpleeg |
Descripción | Free extension that displays rankings, floors and scores from Rarity.Garden directly on OpenSea. |
Tamaño del Archivo | 103 KB |
Cantidad de Instalaciones | 88 |
Versión Actual | 1.0.7 |
Última Actualización | 2022-05-31 |
Fecha de Publicación | 2022-04-12 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | Rarity.Garden |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://rarity.garden |
URL de la Página de Ayuda | https://discord.gg/Ur8XGaurSd |
Idiomas Soportados | 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" } } |