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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        可以对当前页面上报的前端监控数据进行快捷查看和筛选, 以更友好的方式展示上报的数据。当你安装以后,可以打开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]"
    }
}