Livewire devtools
Chrome and Firefox DevTools extension for debugging Livewire applications.
Co to jest Livewire devtools?
Livewire devtools to rozszerzenie Chrome opracowane przez rw4lll, a jego główną funkcją jest „Chrome and Firefox DevTools extension for debugging Livewire applications.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Livewire devtools
Pobierz pliki rozszerzeń Livewire devtools 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
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | dnociedgpnpfnbkafoiilldfhpcjmikd |
| Oficjalny URL | https://chromewebstore.google.com/detail/livewire-devtools/dnociedgpnpfnbkafoiilldfhpcjmikd |
| Opis | Chrome and Firefox DevTools extension for debugging Livewire applications. |
| Rozmiar pliku | 1014 KB |
| Liczba instalacji | 10,017 |
| Aktualna Wersja | 1.1.1-chrome |
| Ostatnia Aktualizacja | 2023-11-09 |
| Data Publikacji | 2022-07-26 |
| Ocena | 4.50/5 Łącznie 12 Oceny |
| Deweloper | rw4lll |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/rw4lll/livewire-devtools#readme |
| Adres URL Strony Pomocy | https://github.com/rw4lll/livewire-devtools/issues |
| Obsługiwane Języki | 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": [
" | |