Rarity.Garden - NFT rarity rankings

Free extension that displays rankings, floors and scores from Rarity.Garden directly on OpenSea.

什么是Rarity.Garden - NFT rarity rankings?

Rarity.Garden - NFT rarity rankings是由Rarity.Garden开发的Chrome扩展程序,该扩展的主要功能是“Free extension that displays rankings, floors and scores from Rarity.Garden directly on OpenSea.”。

扩展截图

screenshot
screenshot
screenshot

下载Rarity.Garden - NFT rarity rankings扩展crx文件

下载Rarity.Garden - NFT rarity rankings扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Rarity.Garden - NFT rarity rankings Rarity.Garden - NFT rarity rankings
ID dcnimhffphifdpldahpdmmbkkhcpleeg
官方URL https://chromewebstore.google.com/detail/raritygarden-nft-rarity-r/dcnimhffphifdpldahpdmmbkkhcpleeg
简介 Free extension that displays rankings, floors and scores from Rarity.Garden directly on OpenSea.
文件大小 103 KB
安装次数 88
当前版本 1.0.7
更新时间 2022-05-31
上架时间 2022-04-12
评分 5.00/5 共2次评分
开发者 Rarity.Garden
电子邮箱 [email protected]
付费类型 free
扩展官网 https://rarity.garden
帮助页面URL https://discord.gg/Ur8XGaurSd
支持的语言 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"
    }
}