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
Eメール [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"
    }
}