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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Free extension that displays rankings, floors and scores from Rarity.Garden directly on OpenSea."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Rarity.Garden - NFT rarity rankings एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } |