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 |
官方網址 | 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": [ " |