Sentio
Modern monitoring, alerting, log management and debugging for decentralized applications.
Sentioคืออะไร?
Sentio เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sentio.xyz และคุณลักษณะหลักของมันคือ "Modern monitoring, alerting, log management and debugging for decentralized applications."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sentio
ดาวน์โหลดไฟล์ส่วนขยาย Sentio ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Sentio etherscan plugin to provide better transaction view and contract reading experience
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Sentio |
ID | kkdofmcnddcnldoingfpiojnnkdcbhnf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/sentio/kkdofmcnddcnldoingfpiojnnkdcbhnf |
คำอธิบาย | Modern monitoring, alerting, log management and debugging for decentralized applications. |
ขนาดไฟล์ | 2.75 MB |
จำนวนการติดตั้ง | 68 |
เวอร์ชันปัจจุบัน | 0.38 |
อัปเดตครั้งล่าสุด | 2024-01-18 |
วันที่เผยแพร่ | 2023-08-15 |
คะแนน | 4.86/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | https://sentio.xyz |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://sentio.xyz |
URL หน้านโยบายความเป็นส่วนตัว | https://www.sentio.xyz/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sentio", "version": "0.38", "description": "Modern monitoring, alerting, log management and debugging for decentralized applications.", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/etherscan.io\/*", "https:\/\/cn.etherscan.com\/*", "https:\/\/polygonscan.com\/*", "https:\/\/goerli.etherscan.io\/*", "https:\/\/sepolia.etherscan.io\/*", "https:\/\/bscscan.com\/*", "https:\/\/zkevm.polygonscan.com\/*", "https:\/\/lineascan.build\/*", "https:\/\/moonscan.io\/*", "https:\/\/scrollscan.com\/*", "https:\/\/app.sentio.xyz\/*" ], "js": [ "out\/content\/etherscan\/main.js" ], "css": [ "out\/content\/etherscan\/main.css" ], "run_at": "document_end" } ], "host_permissions": [], "web_accessible_resources": [ { "resources": [ "images\/*" ], "matches": [ " |