var_masterpiece
Turn a PHP var_dump into a readable, collapsible piece of art! JSONView for var_dump's
Cos'è var_masterpiece?
var_masterpiece è un'estensione di Chrome sviluppata da https://probitytechnology.com, e la sua funzione principale è "Turn a PHP var_dump into a readable, collapsible piece of art! JSONView for var_dump's".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione var_masterpiece
Scarica i file di estensione var_masterpiece in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | var_masterpiece |
ID | chfhddogiigmfpkcmgfpolalagdcamkl |
URL Ufficiale | https://chromewebstore.google.com/detail/varmasterpiece/chfhddogiigmfpkcmgfpolalagdcamkl |
Descrizione | Turn a PHP var_dump into a readable, collapsible piece of art! JSONView for var_dump's |
Dimensione del File | 65.71 KB |
Conteggio Installazioni | 20,000 |
Versione Corrente | 1.6.6 |
Ultimo Aggiornamento | 2021-10-04 |
Data di Pubblicazione | 2020-03-10 |
Valutazione | 4.10/5 Totale 67 Valutazioni |
Sviluppatore | https://probitytechnology.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/Rece/var_dump |
URL della Pagina di Aiuto | https://github.com/Rece/var_dump |
Lingue Supportate | 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": [ " |