Slardar View
A convenient tool to see the requests send by Slardar
What is Slardar View?
Slardar View is a Chrome extension developed by byteapm, and its main feature is "A convenient tool to see the requests send by Slardar".
Extension Screenshots
Download Slardar View Extension CRX File
Download Slardar View extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
可以对当前页面上报的前端监控数据进行快捷查看和筛选, 以更友好的方式展示上报的数据。当你安装以后,可以打开devtools, 选择Slardar View的tab进行查看
Extension Basic Information
Name | Slardar View |
ID | ppjmkiokjcjgoalkicndpjhkggmgabeg |
Official URL | https://chromewebstore.google.com/detail/slardar-view/ppjmkiokjcjgoalkicndpjhkggmgabeg |
Description | A convenient tool to see the requests send by Slardar |
File Size | 525 KB |
Installation Count | 2,439 |
Current Version | 5.7 |
Last Updated | 2023-12-20 |
Publish Date | 2022-07-14 |
Rating | 5.00/5 Total 3 Ratings |
Developer | byteapm |
[email protected] | |
Payment Type | free |
Supported Languages | 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]" } } |