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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sandgine และคุณลักษณะหลักของมันคือ "Visualize directly on the collection pages their evolution with sales and listings, save collection to monitor them at a glance."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Orion NFT
ดาวน์โหลดไฟล์ส่วนขยาย Orion NFT ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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\/*" ] } ] } |