Livewire devtools
Chrome and Firefox DevTools extension for debugging Livewire applications.
什么是Livewire devtools?
Livewire devtools是由rw4lll开发的Chrome扩展程序,该扩展的主要功能是“Chrome and Firefox DevTools extension for debugging Livewire applications.”。
扩展截图
下载Livewire devtools扩展crx文件
下载Livewire devtools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Upd.: there was added support for Livewire v3. Please, report any issues you may have here: https://github.com/rw4lll/livewire-devtools/issues Forked from original beyondcode/livewire-devtools with a few updates to bring the tool back into Chrome Web Store.
扩展基本信息
名称 | Livewire devtools |
ID | dnociedgpnpfnbkafoiilldfhpcjmikd |
官方URL | https://chromewebstore.google.com/detail/livewire-devtools/dnociedgpnpfnbkafoiilldfhpcjmikd |
简介 | Chrome and Firefox DevTools extension for debugging Livewire applications. |
文件大小 | 1014 KB |
安装次数 | 10,017 |
当前版本 | 1.1.1-chrome |
更新时间 | 2023-11-09 |
上架时间 | 2022-07-26 |
评分 | 4.50/5 共12次评分 |
开发者 | rw4lll |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/rw4lll/livewire-devtools#readme |
帮助页面URL | https://github.com/rw4lll/livewire-devtools/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Livewire devtools", "version": "1.1.1", "version_name": "1.1.1-chrome", "description": "Chrome and Firefox DevTools extension for debugging Livewire applications.", "manifest_version": 3, "icons": { "16": "\/icons\/16.png", "48": "\/icons\/48.png", "128": "\/icons\/128.png" }, "action": { "default_icon": { "16": "\/icons\/16-gray.png", "48": "\/icons\/48-gray.png", "128": "\/icons\/128-gray.png" }, "default_title": "Livewire Devtools", "default_popup": "popups\/not-found.html" }, "web_accessible_resources": [ { "resources": [ "devtools.html", "devtools-background.html", "build\/backend.js", "build\/proxy.js", "build\/hook-exec.js", "build\/detector.js", "build\/detector-exec.js" ], "matches": [ " |