var_masterpiece
Turn a PHP var_dump into a readable, collapsible piece of art! JSONView for var_dump's
什么是var_masterpiece?
var_masterpiece是由https://probitytechnology.com开发的Chrome扩展程序,该扩展的主要功能是“Turn a PHP var_dump into a readable, collapsible piece of art! JSONView for var_dump's”。
扩展截图
下载var_masterpiece扩展crx文件
下载var_masterpiece扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
帮助页面URL | 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": [ " |