NftBiker Tools
Get access to nftbiker tezos tools directly from supported platforms.
NftBiker Toolsคืออะไร?
NftBiker Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://nftbiker.xyz และคุณลักษณะหลักของมันคือ "Get access to nftbiker tezos tools directly from supported platforms."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NftBiker Tools
ดาวน์โหลดไฟล์ส่วนขยาย NftBiker Tools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Get access to NftBiker tezos tools directly from supported platforms site (teia, versum, objkt, fxhash) through a contextual menu that you can use to check artist summary, gallery, linked wallets, objkt history, etc
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | NftBiker Tools |
ID | gfgcdjnmaabfoknldpknfajhgkiofild |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/nftbiker-tools/gfgcdjnmaabfoknldpknfajhgkiofild |
คำอธิบาย | Get access to nftbiker tezos tools directly from supported platforms. |
ขนาดไฟล์ | 177 KB |
จำนวนการติดตั้ง | 77 |
เวอร์ชันปัจจุบัน | 1.5 |
อัปเดตครั้งล่าสุด | 2023-09-11 |
วันที่เผยแพร่ | 2022-12-19 |
ผู้พัฒนา | https://nftbiker.xyz |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://nftbiker.xyz |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NftBiker Tools", "version": "1.5", "description": "Get access to nftbiker tezos tools directly from supported platforms.", "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "contextMenus" ], "icons": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" }, "homepage_url": "https:\/\/nftbiker.xyz\/" } |