var_masterpiece
Turn a PHP var_dump into a readable, collapsible piece of art! JSONView for var_dump's
Qu'est-ce que var_masterpiece ?
var_masterpiece est une extension Chrome développée par https://probitytechnology.com, et sa fonction principale est "Turn a PHP var_dump into a readable, collapsible piece of art! JSONView for var_dump's".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension var_masterpiece
Téléchargez les fichiers d'extension var_masterpiece au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | var_masterpiece |
ID | chfhddogiigmfpkcmgfpolalagdcamkl |
URL Officiel | https://chromewebstore.google.com/detail/varmasterpiece/chfhddogiigmfpkcmgfpolalagdcamkl |
Description | Turn a PHP var_dump into a readable, collapsible piece of art! JSONView for var_dump's |
Taille du Fichier | 65.71 KB |
Nombre d'Installations | 20,000 |
Version Actuelle | 1.6.6 |
Dernière Mise à Jour | 2021-10-04 |
Date de Publication | 2020-03-10 |
Évaluation | 4.10/5 Total 67 Évaluations |
Développeur | https://probitytechnology.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Rece/var_dump |
URL de la Page d'Aide | https://github.com/Rece/var_dump |
Langues Prises en Charge | 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": [ " |