Sentio

Modern monitoring, alerting, log management and debugging for decentralized applications.

什么是Sentio?

Sentio是由https://sentio.xyz开发的Chrome扩展程序,该扩展的主要功能是“Modern monitoring, alerting, log management and debugging for decentralized applications.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载Sentio扩展crx文件

下载Sentio扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Sentio etherscan plugin to provide better transaction view and contract reading experience                    

扩展基本信息

名称 Sentio 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": [
                ""
            ]
        }
    ],
    "icons": {
        "128": "\/images\/logo.png"
    },
    "permissions": [
        "storage"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.sentio.xyz\/*"
        ]
    },
    "background": {
        "service_worker": "out\/background.js"
    }
}