Orion NFT
Visualize directly on the collection pages their evolution with sales and listings, save collection to monitor them at a glance.
Orion NFT क्या है?
Orion NFT sandgine द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Visualize directly on the collection pages their evolution with sales and listings, save collection to monitor them at a glance."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Orion NFT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Orion NFT the first extension to increase your flip on Opensea. Visualize directly on the collection pages their evolution with sales and listings, save collection to monitor them at a glance.
एक्सटेंशन की मूल जानकारी
नाम | Orion NFT |
ID | chifiemgnomlmdcnfelomkihkeapkedi |
आधिकारिक URL | https://chromewebstore.google.com/detail/orion-nft/chifiemgnomlmdcnfelomkihkeapkedi |
विवरण | Visualize directly on the collection pages their evolution with sales and listings, save collection to monitor them at a glance. |
फ़ाइल का आकार | 584 KB |
स्थापना संख्या | 46 |
वर्तमान संस्करण | 0.0.4 |
अंतिम अपडेट | 2022-07-29 |
प्रकाशन तिथि | 2022-06-17 |
डेवलपर | sandgine |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://orionnft.surge.sh |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Orion NFT", "version": "0.0.4", "description": "Visualize directly on the collection pages their evolution with sales and listings, save collection to monitor them at a glance.", "action": { "default_icon": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "default_title": "Orion NFT", "default_popup": "popup\/index.html" }, "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "https:\/\/opensea.io\/collection\/*" ], "run_at": "document_start", "js": [ "content-scripts\/import-main.js" ] }, { "matches": [ "https:\/\/etherscan.io\/address\/*" ], "run_at": "document_start", "js": [ "etherscan-script\/import-main.js" ] } ], "web_accessible_resources": [ { "resources": [ "chunks\/*-*.js", "content-scripts\/main.js", "etherscan-script\/main.js" ], "matches": [ "https:\/\/opensea.io\/*", "https:\/\/etherscan.io\/*" ] } ] } |