Livewire devtools
Chrome and Firefox DevTools extension for debugging Livewire applications.
Vad är Livewire devtools?
Livewire devtools är en Chrome-tillägg utvecklad av rw4lll, och dess huvudfunktion är "Chrome and Firefox DevTools extension for debugging Livewire applications.".
Tilläggsskärmbilder
Ladda ner Livewire devtools-förlängningens CRX-fil
Ladda ner Livewire devtools-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Livewire devtools |
ID | dnociedgpnpfnbkafoiilldfhpcjmikd |
Officiell webbadress | https://chromewebstore.google.com/detail/livewire-devtools/dnociedgpnpfnbkafoiilldfhpcjmikd |
Beskrivning | Chrome and Firefox DevTools extension for debugging Livewire applications. |
Filstorlek | 1014 KB |
Antal Installationer | 10,017 |
Aktuell Version | 1.1.1-chrome |
Senast Uppdaterad | 2023-11-09 |
Publiceringsdatum | 2022-07-26 |
Betyg | 4.50/5 Totalt 12 Betyg |
Utvecklare | rw4lll |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/rw4lll/livewire-devtools#readme |
Hjälpsida URL | https://github.com/rw4lll/livewire-devtools/issues |
Stödda Språk | 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": [ " |