var_masterpiece
Turn a PHP var_dump into a readable, collapsible piece of art! JSONView for var_dump's
ما هو var_masterpiece؟
var_masterpiece هو إضافة Chrome تم تطويرها بواسطة https://probitytechnology.com، والميزة الرئيسية لها هي "Turn a PHP var_dump into a readable, collapsible piece of art! JSONView for var_dump's".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة var_masterpiece
قم بتنزيل ملفات الامتداد var_masterpiece بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Turns ugly var_dumps into something much, much better: collapsible, syntax aware, and readable! If you want to make PHP debugging easier, this extension is for you. It is JSONView for php var_dumps. Reading var_dumps without formatting is very difficult. This is a chrome extension to make var_dumps more user friendly. It works great to debug WordPress, Yii, Laravel, and any other PHP framework! This extension is like JSONView for PHP ALWAYS FREE! This is an opensource project, feel free to contribute: https://github.com/Rece/var_dump Other spellings: var dump, var-dump, var_dump
معلومات أساسية عن التمديد
الاسم | var_masterpiece |
ID | chfhddogiigmfpkcmgfpolalagdcamkl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/varmasterpiece/chfhddogiigmfpkcmgfpolalagdcamkl |
الوصف | Turn a PHP var_dump into a readable, collapsible piece of art! JSONView for var_dump's |
حجم الملف | 65.71 KB |
عدد التثبيتات | 20,000 |
النسخة الحالية | 1.6.6 |
آخر تحديث | 2021-10-04 |
تاريخ النشر | 2020-03-10 |
تقييم | 4.10/5 مجموع تقييمات 67 |
المطور | https://probitytechnology.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/Rece/var_dump |
عنوان صفحة المساعدة | https://github.com/Rece/var_dump |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "var_masterpiece", "description": "Turn a PHP var_dump into a readable, collapsible piece of art! JSONView for var_dump's", "version": "1.6.6", "icons": { "16": "images\/icon2_16.png", "48": "images\/icon2_48.png", "128": "images\/icon2_128.png" }, "permissions": [ "contextMenus" ], "background": { "scripts": [ "core\/addContextMenu.js", "core\/background.js" ] }, "content_scripts": [ { "matches": [ " |