Slardar View

A convenient tool to see the requests send by Slardar

什么是Slardar View?

Slardar View是由byteapm开发的Chrome扩展程序,该扩展的主要功能是“A convenient tool to see the requests send by Slardar”。

扩展截图

screenshot
screenshot

下载Slardar View扩展crx文件

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

扩展使用说明

                        可以对当前页面上报的前端监控数据进行快捷查看和筛选, 以更友好的方式展示上报的数据。当你安装以后,可以打开devtools, 选择Slardar View的tab进行查看                    

扩展基本信息

名称 Slardar View Slardar View
ID ppjmkiokjcjgoalkicndpjhkggmgabeg
官方URL https://chromewebstore.google.com/detail/slardar-view/ppjmkiokjcjgoalkicndpjhkggmgabeg
简介 A convenient tool to see the requests send by Slardar
文件大小 525 KB
安装次数 2,439
当前版本 5.7
更新时间 2023-12-20
上架时间 2022-07-14
评分 5.00/5 共3次评分
开发者 byteapm
电子邮箱 [email protected]
付费类型 free
支持的语言 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Slardar View",
    "description": "A convenient tool to see the requests send by Slardar",
    "version": "5.7",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "\/images\/logo.png",
            "48": "\/images\/[email protected]",
            "128": "\/images\/[email protected]"
        }
    },
    "devtools_page": "devtools.html",
    "icons": {
        "16": "\/images\/logo.png",
        "48": "\/images\/[email protected]",
        "128": "\/images\/[email protected]"
    }
}