Slardar View

A convenient tool to see the requests send by Slardar

Co to jest Slardar View?

Slardar View to rozszerzenie Chrome opracowane przez byteapm, a jego główną funkcją jest „A convenient tool to see the requests send by Slardar”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Slardar View

Pobierz pliki rozszerzeń Slardar View w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Slardar View Slardar View
ID ppjmkiokjcjgoalkicndpjhkggmgabeg
Oficjalny URL https://chromewebstore.google.com/detail/slardar-view/ppjmkiokjcjgoalkicndpjhkggmgabeg
Opis A convenient tool to see the requests send by Slardar
Rozmiar pliku 525 KB
Liczba instalacji 2,439
Aktualna Wersja 5.7
Ostatnia Aktualizacja 2023-12-20
Data Publikacji 2022-07-14
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper byteapm
E-mail pengli.coder@bytedance.com
Typ Płatności free
Obsługiwane Języki 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\/logo@2x.png",
            "128": "\/images\/logo@3x.png"
        }
    },
    "devtools_page": "devtools.html",
    "icons": {
        "16": "\/images\/logo.png",
        "48": "\/images\/logo@2x.png",
        "128": "\/images\/logo@3x.png"
    }
}