![]()
Believe it or not, George formats JSON.


window.datachrome://extensionsdist folder inside this projectabout:debugging#/runtime/this-firefoxmanifest.json file inside distFirefox has a built-in JSON viewer that can prevent this add-on from taking over JSON pages. Disable it first:
about:configdevtools.jsonview.enabledfalsenpm run dev # watch mode — rebuilds on file changes
npm run build # production build
npm run zip # build and create json-alexander.zip
After making changes, reload the extension in your browser.
Navigate to any URL that returns JSON (e.g. https://jsonplaceholder.typicode.com/users). The extension automatically detects JSON responses and replaces the page with an interactive viewer.
window.dataTypeScript
71.9%
CSS
28.1%
![]()
Believe it or not, George formats JSON.


window.datachrome://extensionsdist folder inside this projectabout:debugging#/runtime/this-firefoxmanifest.json file inside distFirefox has a built-in JSON viewer that can prevent this add-on from taking over JSON pages. Disable it first:
about:configdevtools.jsonview.enabledfalsenpm run dev # watch mode — rebuilds on file changes
npm run build # production build
npm run zip # build and create json-alexander.zip
After making changes, reload the extension in your browser.
Navigate to any URL that returns JSON (e.g. https://jsonplaceholder.typicode.com/users). The extension automatically detects JSON responses and replaces the page with an interactive viewer.
window.dataTypeScript
71.9%
CSS
28.1%