Tutum
Tutum provides you with accurate and user-friendly preview of any NFT transactions
什麼是Tutum?
Tutum是由https://tutum.app開發的Chrome擴展程式,該擴展的主要功能是“Tutum provides you with accurate and user-friendly preview of any NFT transactions”。
擴展截圖
下載Tutum擴展crx文件
下載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 |
官方網址 | 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": [] } ] } |