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. 擴展基本資訊
| 名稱 | |
| ID | dnociedgpnpfnbkafoiilldfhpcjmikd |
| 官方網址 | 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": [
" | |