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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}