Livewire devtools
Chrome and Firefox DevTools extension for debugging Livewire applications.
ما هو Livewire devtools؟
Livewire devtools هو إضافة Chrome تم تطويرها بواسطة rw4lll، والميزة الرئيسية لها هي "Chrome and Firefox DevTools extension for debugging Livewire applications.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Livewire devtools
قم بتنزيل ملفات الامتداد Livewire devtools بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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": [ " |