var_masterpiece
Turn a PHP var_dump into a readable, collapsible piece of art! JSONView for var_dump's
Co to jest var_masterpiece?
var_masterpiece to rozszerzenie Chrome opracowane przez https://probitytechnology.com, a jego główną funkcją jest „Turn a PHP var_dump into a readable, collapsible piece of art! JSONView for var_dump's”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia var_masterpiece
Pobierz pliki rozszerzeń var_masterpiece w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | var_masterpiece |
ID | chfhddogiigmfpkcmgfpolalagdcamkl |
Oficjalny URL | https://chromewebstore.google.com/detail/varmasterpiece/chfhddogiigmfpkcmgfpolalagdcamkl |
Opis | Turn a PHP var_dump into a readable, collapsible piece of art! JSONView for var_dump's |
Rozmiar pliku | 65.71 KB |
Liczba instalacji | 20,000 |
Aktualna Wersja | 1.6.6 |
Ostatnia Aktualizacja | 2021-10-04 |
Data Publikacji | 2020-03-10 |
Ocena | 4.10/5 Łącznie 67 Oceny |
Deweloper | https://probitytechnology.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/Rece/var_dump |
Adres URL Strony Pomocy | https://github.com/Rece/var_dump |
Obsługiwane Języki | 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": [ " |