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
官方網址 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"
    }
}