Tutum
Tutum provides you with accurate and user-friendly preview of any NFT transactions
Tutumคืออะไร?
Tutum เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tutum.app และคุณลักษณะหลักของมันคือ "Tutum provides you with accurate and user-friendly preview of any NFT transactions"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tutum
ดาวน์โหลดไฟล์ส่วนขยาย Tutum ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tutum provides you with accurate and user-friendly preview of any NFT transactions before you interact with your wallet. Presented by Trivia Labs. Spotlights: - NFT transaction simulation - Intuitive interface design - Phishing site detection - Multilingual support For more info: https://tutum.app
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tutum |
ID | hafianbofhipbkjijmbhhpmpaggkbihp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tutum/hafianbofhipbkjijmbhhpmpaggkbihp |
คำอธิบาย | Tutum provides you with accurate and user-friendly preview of any NFT transactions |
ขนาดไฟล์ | 262 KB |
จำนวนการติดตั้ง | 221 |
เวอร์ชันปัจจุบัน | 1.3.0 |
อัปเดตครั้งล่าสุด | 2023-02-13 |
วันที่เผยแพร่ | 2022-11-06 |
คะแนน | 5.00/5 รวมทั้งหมด 33 คะแนน |
ผู้พัฒนา | https://tutum.app |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://tutum.app |
URL หน้าช่วยเหลือ | https://support.tutum.app |
URL หน้านโยบายความเป็นส่วนตัว | https://www.trivia-labs.com/privacy |
ภาษาที่รองรับ | en,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "manifest_version": 3, "version": "1.3.0", "icons": { "32": "icons\/icon.png", "64": "icons\/icon.png", "128": "icons\/icon.png" }, "background": { "service_worker": "background.js" }, "host_permissions": [ "*:\/\/*\/*" ], "permissions": [ "storage", "scripting" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "run_at": "document_idle", "js": [ "contentScript.js" ], "css": [] } ] } |